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:
Marshall Greenblatt
2013-11-25 23:04:25 +00:00
parent 777e3c440e
commit 3d218e4442
11 changed files with 81 additions and 32 deletions

View File

@@ -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();