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 cf93bcf467b59e471dcb4930f987034abb895c58..299d78db0ef2f514380b220a02367be36af74a2e 100644 |
--- a/chrome/browser/first_run/first_run.h |
+++ b/chrome/browser/first_run/first_run.h |
@@ -18,7 +18,7 @@ |
class CommandLine; |
class GURL; |
-class PrefServiceSyncable; |
+class PrefRegistrySyncable; |
class Profile; |
class ProcessSingleton; |
@@ -83,7 +83,7 @@ bool CreateSentinel(); |
std::string GetPingDelayPrefName(); |
// Register user preferences used by the MasterPrefs structure. |
-void RegisterUserPrefs(PrefServiceSyncable* prefs); |
+void RegisterUserPrefs(PrefRegistrySyncable* registry); |
// Removes the sentinel file created in ConfigDone(). Returns false if the |
// sentinel file could not be removed. |