mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 237081.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1532 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#ifndef CEF_LIBCEF_BROWSER_BROWSER_PREF_STORE_H_
|
||||
#define CEF_LIBCEF_BROWSER_BROWSER_PREF_STORE_H_
|
||||
|
||||
#include "base/memory/scoped_ptr.h"
|
||||
#include "base/prefs/testing_pref_store.h"
|
||||
|
||||
class PrefService;
|
||||
@@ -13,7 +14,7 @@ class CefBrowserPrefStore : public TestingPrefStore {
|
||||
public:
|
||||
CefBrowserPrefStore();
|
||||
|
||||
PrefService* CreateService();
|
||||
scoped_ptr<PrefService> CreateService();
|
||||
|
||||
protected:
|
||||
virtual ~CefBrowserPrefStore();
|
||||
|
Reference in New Issue
Block a user