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

Unified Diff: chrome/browser/bookmarks/bookmark_prompt_prefs.h

Issue 11570009: Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head again, previous had unrelated broken win_rel test. Created 8 years 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/bookmarks/bookmark_prompt_prefs.h
diff --git a/chrome/browser/bookmarks/bookmark_prompt_prefs.h b/chrome/browser/bookmarks/bookmark_prompt_prefs.h
index 1bba11e4c1aabedf8f6a07be2a4cacf1cd8a8050..f40ed90d599b881d2145d1be51733656f3a98c05 100644
--- a/chrome/browser/bookmarks/bookmark_prompt_prefs.h
+++ b/chrome/browser/bookmarks/bookmark_prompt_prefs.h
@@ -7,6 +7,7 @@
#include "base/basictypes.h"
+class PrefServiceSyncable;
class PrefServiceBase;
// Helper class for getting, changing bookmark prompt related preferences.
@@ -30,7 +31,7 @@ class BookmarkPromptPrefs {
bool IsBookmarkPromptEnabled() const;
// Registers user preferences used by bookmark prompt feature.
- static void RegisterUserPrefs(PrefServiceBase* prefs);
+ static void RegisterUserPrefs(PrefServiceSyncable* prefs);
private:
PrefServiceBase* prefs_; // Weak.
« no previous file with comments | « chrome/browser/bookmarks/bookmark_model_factory.cc ('k') | chrome/browser/bookmarks/bookmark_prompt_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698