| Index: chrome/browser/ui/uninstall_browser_prompt.h
|
| diff --git a/chrome/browser/ui/uninstall_browser_prompt.h b/chrome/browser/ui/uninstall_browser_prompt.h
|
| index 271f55fb216a48a04069ee2892bab40605f5e991..fd64bcdf7c5bb3a64d08c46ab2383d63d5989a95 100644
|
| --- a/chrome/browser/ui/uninstall_browser_prompt.h
|
| +++ b/chrome/browser/ui/uninstall_browser_prompt.h
|
| @@ -6,7 +6,7 @@
|
| #define CHROME_BROWSER_UI_UNINSTALL_BROWSER_PROMPT_H_
|
| #pragma once
|
|
|
| -namespace browser {
|
| +namespace chrome {
|
|
|
| // Asks user for uninstall confirmation and returns one of these values:
|
| // content::RESULT_CODE_NORMAL_EXIT,
|
| @@ -14,6 +14,6 @@ namespace browser {
|
| // chrome::RESULT_CODE_UNINSTALL_USER_CANCEL.
|
| int ShowUninstallBrowserPrompt();
|
|
|
| -} // namespace browser
|
| +} // namespace chrome
|
|
|
| #endif // CHROME_BROWSER_UI_UNINSTALL_BROWSER_PROMPT_H_
|
|
|