Files
atom/tests/cefclient/string_util.h
2012-08-13 09:25:40 -07:00

15 lines
403 B
C++

// Copyright (c) 2010 The Chromium Embedded Framework Authors. All rights
// reserved. Use of this source code is governed by a BSD-style license that
// can be found in the LICENSE file.
#ifndef CEF_TESTS_CEFCLIENT_STRING_UTIL_H_
#define CEF_TESTS_CEFCLIENT_STRING_UTIL_H_
#pragma once
#include <string>
#include "include/cef_base.h"
class CefRequest;
#endif // CEF_TESTS_CEFCLIENT_STRING_UTIL_H_