| Index: chrome/browser/ui/startup/default_browser_prompt.h
|
| diff --git a/chrome/browser/ui/startup/default_browser_prompt.h b/chrome/browser/ui/startup/default_browser_prompt.h
|
| index 6a6ca5278d005cd659629c696d3a19fdeee25459..ab461ea4a883a61f0df8b5d1e4113aff4f06ce0b 100644
|
| --- a/chrome/browser/ui/startup/default_browser_prompt.h
|
| +++ b/chrome/browser/ui/startup/default_browser_prompt.h
|
| @@ -8,7 +8,7 @@
|
|
|
| class Profile;
|
|
|
| -namespace browser {
|
| +namespace chrome {
|
|
|
| // Shows a prompt UI to set the default browser if necessary.
|
| void ShowDefaultBrowserPrompt(Profile* profile);
|
| @@ -17,6 +17,6 @@ void ShowDefaultBrowserPrompt(Profile* profile);
|
| // (if necessary and permitted).
|
| void ShowFirstRunDefaultBrowserPrompt(Profile* profile);
|
|
|
| -} // namespace browser
|
| +} // namespace chrome
|
|
|
| #endif // CHROME_BROWSER_UI_STARTUP_DEFAULT_BROWSER_PROMPT_H_
|
|
|