Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8254)

Unified Diff: chrome/browser/ui/webui/instant_ui.h

Issue 12079097: Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head again; base::File changes conflicted. Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/instant_ui.h
diff --git a/chrome/browser/ui/webui/instant_ui.h b/chrome/browser/ui/webui/instant_ui.h
index 82420f066bb8e0a5312ee47af03613d271eb9ac8..f050d132668d0b25606ca8a8462574e6af0aaa7e 100644
--- a/chrome/browser/ui/webui/instant_ui.h
+++ b/chrome/browser/ui/webui/instant_ui.h
@@ -7,7 +7,7 @@
#include "content/public/browser/web_ui_controller.h"
-class PrefServiceSyncable;
+class PrefRegistrySyncable;
namespace content {
class BrowserContext;
@@ -20,7 +20,7 @@ class InstantUI : public content::WebUIController {
// handlers.
explicit InstantUI(content::WebUI* web_ui);
- static void RegisterUserPrefs(PrefServiceSyncable* user_prefs);
+ static void RegisterUserPrefs(PrefRegistrySyncable* registry);
private:
DISALLOW_COPY_AND_ASSIGN(InstantUI);
« no previous file with comments | « chrome/browser/ui/webui/extensions/extension_settings_handler.cc ('k') | chrome/browser/ui/webui/instant_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698