Chromium Code Reviews| Index: chrome/browser/ui/startup/autolaunch_prompt.cc |
| diff --git a/chrome/browser/ui/startup/autolaunch_prompt.cc b/chrome/browser/ui/startup/autolaunch_prompt.cc |
| index 5584998f5cbb42298e76beb3a61214db73600e45..8e9736356f075a39abc29a624ba46a317901b2ca 100644 |
| --- a/chrome/browser/ui/startup/autolaunch_prompt.cc |
| +++ b/chrome/browser/ui/startup/autolaunch_prompt.cc |
| @@ -11,7 +11,7 @@ bool ShowAutolaunchPrompt(Browser* browser) { |
| return false; |
| } |
| -void RegisterAutolaunchPrefs(PrefService* prefs) { |
| +void RegisterAutolaunchUserPrefs(PrefServiceSyncable* prefs) { |
| // Autolaunch is only implemented on Windows right now. |
| } |