Index: chrome/browser/ui/startup/autolaunch_prompt.h |
diff --git a/chrome/browser/ui/startup/autolaunch_prompt.h b/chrome/browser/ui/startup/autolaunch_prompt.h |
index ed0ba3d06a40e159e004ebe7b067bc3bf74b0c21..a4c70e56d1aab5a0e8ffa6911f1813f4d6c51f4a 100644 |
--- a/chrome/browser/ui/startup/autolaunch_prompt.h |
+++ b/chrome/browser/ui/startup/autolaunch_prompt.h |
@@ -5,7 +5,7 @@ |
#ifndef CHROME_BROWSER_UI_STARTUP_AUTOLAUNCH_PROMPT_H_ |
#define CHROME_BROWSER_UI_STARTUP_AUTOLAUNCH_PROMPT_H_ |
-class PrefServiceSyncable; |
+class PrefRegistrySyncable; |
class Browser; |
namespace chrome { |
@@ -15,7 +15,7 @@ namespace chrome { |
bool ShowAutolaunchPrompt(Browser* browser); |
// Registers auto-launch specific prefs. |
-void RegisterAutolaunchUserPrefs(PrefServiceSyncable* prefs); |
+void RegisterAutolaunchUserPrefs(PrefRegistrySyncable* registry); |
} // namespace chrome |