mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
15 lines
403 B
C++
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_
|