Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(650)

Unified Diff: chrome/browser/ui/uninstall_browser_prompt.h

Issue 10689057: browser: Put more files in chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/tabs/tab_strip_layout_type_prefs.cc ('k') | chrome/browser/ui/user_data_dir_dialog.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/browser/ui/tabs/tab_strip_layout_type_prefs.cc ('k') | chrome/browser/ui/user_data_dir_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698