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

Unified Diff: chrome/browser/first_run/first_run.h

Issue 11570009: Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review. 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/first_run/first_run.h
diff --git a/chrome/browser/first_run/first_run.h b/chrome/browser/first_run/first_run.h
index 4121730cd14a86fedad2f794bb39b47f77f54554..cc5bc862c63c283bd12a68c61a93dfc11b55cdeb 100644
--- a/chrome/browser/first_run/first_run.h
+++ b/chrome/browser/first_run/first_run.h
@@ -19,7 +19,7 @@
class CommandLine;
class FilePath;
class GURL;
-class PrefService;
+class PrefServiceSyncable;
class Profile;
class ProcessSingleton;
@@ -71,7 +71,7 @@ bool CreateSentinel();
std::string GetPingDelayPrefName();
// Register user preferences used by the MasterPrefs structure.
-void RegisterUserPrefs(PrefService* prefs);
+void RegisterUserPrefs(PrefServiceSyncable* prefs);
// Removes the sentinel file created in ConfigDone(). Returns false if the
// sentinel file could not be removed.

Powered by Google App Engine
This is Rietveld 408576698