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 56258e6c3bf572a2cee3ec8239dd99d7a1958671..31524e34dd9e3843d816843f8b07363aa3fe124a 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; |
@@ -80,7 +80,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. |