mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Move cef_* header files that should not be directly included by the client to the "include/internal" folder.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@237 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#ifndef _CEF_BROWSER_SETTINGS_H
|
||||
#define _CEF_BROWSER_SETTINGS_H
|
||||
|
||||
#include "include/cef_types_wrappers.h"
|
||||
#include "include/internal/cef_types_wrappers.h"
|
||||
struct WebPreferences;
|
||||
|
||||
void BrowserToWebSettings(const CefBrowserSettings& cef, WebPreferences& web);
|
||||
|
Reference in New Issue
Block a user