| 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 bd36c65a2210bcde4dbc4827b81cd6ea12278bab..5ddb32806d50804554ecbf53559f104ad2f2a9e1 100644
|
| --- a/chrome/browser/ui/startup/autolaunch_prompt.cc
|
| +++ b/chrome/browser/ui/startup/autolaunch_prompt.cc
|
| @@ -13,7 +13,7 @@ bool ShowAutolaunchPrompt(Browser* browser) {
|
| return false;
|
| }
|
|
|
| -void RegisterAutolaunchUserPrefs(PrefRegistrySyncable* registry) {
|
| +void RegisterAutolaunchUserPrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| // Autolaunch is only implemented on Windows right now.
|
| }
|
|
|
|
|