| 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 0564b562bdc76e3e3c487b2edf267786e8712367..4377edcb201c4676eea66b894b7d636d0e226ac8 100644
|
| --- a/chrome/browser/ui/startup/autolaunch_prompt.h
|
| +++ b/chrome/browser/ui/startup/autolaunch_prompt.h
|
| @@ -9,7 +9,7 @@
|
| class PrefService;
|
| class Profile;
|
|
|
| -namespace browser {
|
| +namespace chrome {
|
|
|
| // Determines whether or not the auto-launch prompt should be shown, and shows
|
| // it as needed. Returns true if it was shown, false otherwise.
|
| @@ -18,7 +18,6 @@ bool ShowAutolaunchPrompt(Profile* profile);
|
| // Registers auto-launch specific prefs.
|
| void RegisterAutolaunchPrefs(PrefService* prefs);
|
|
|
| -} // namespace browser
|
| -
|
| +} // namespace chrome
|
|
|
| #endif // CHROME_BROWSER_UI_STARTUP_AUTOLAUNCH_PROMPT_H_
|
|
|