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 5147332e612cdbc9df60da56a0143b46394ba550..ed0ba3d06a40e159e004ebe7b067bc3bf74b0c21 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 PrefService; |
+class PrefServiceSyncable; |
class Browser; |
namespace chrome { |
@@ -15,7 +15,7 @@ namespace chrome { |
bool ShowAutolaunchPrompt(Browser* browser); |
// Registers auto-launch specific prefs. |
-void RegisterAutolaunchPrefs(PrefService* prefs); |
+void RegisterAutolaunchUserPrefs(PrefServiceSyncable* prefs); |
} // namespace chrome |