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. |