| 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 88772b378e5abd40e2215528ed5064e027511afb..367187f0fd87ce3c82367d4b08cb67b5a25c308b 100644
|
| --- a/chrome/browser/ui/startup/autolaunch_prompt.cc
|
| +++ b/chrome/browser/ui/startup/autolaunch_prompt.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "chrome/browser/ui/startup/autolaunch_prompt.h"
|
|
|
| -namespace browser {
|
| +namespace chrome {
|
|
|
| bool ShowAutolaunchPrompt(Profile* profile) {
|
| // Autolaunch is only implemented on Windows right now.
|
| @@ -15,4 +15,4 @@ void RegisterAutolaunchPrefs(PrefService* prefs) {
|
| // Autolaunch is only implemented on Windows right now.
|
| }
|
|
|
| -} // namespace browser
|
| +} // namespace chrome
|
|
|