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

Unified Diff: chrome/browser/ui/startup/obsolete_os_prompt.cc

Issue 10690060: startup: Put it 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/startup/obsolete_os_prompt.h ('k') | chrome/browser/ui/startup/obsolete_os_prompt_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/startup/obsolete_os_prompt.cc
diff --git a/chrome/browser/ui/startup/obsolete_os_prompt.cc b/chrome/browser/ui/startup/obsolete_os_prompt.cc
index 132d836cfe94e265175b3d44fbf66ad4e9091bcf..cd894420b2ab7621ca2ae78c06c3a0b7db71fcba 100644
--- a/chrome/browser/ui/startup/obsolete_os_prompt.cc
+++ b/chrome/browser/ui/startup/obsolete_os_prompt.cc
@@ -4,7 +4,7 @@
#include "chrome/browser/ui/startup/obsolete_os_prompt.h"
-namespace browser {
+namespace chrome {
#if !defined(TOOLKIT_GTK) && !defined(OS_MACOSX)
void ShowObsoleteOSPrompt(Browser* browser) {
@@ -12,4 +12,4 @@ void ShowObsoleteOSPrompt(Browser* browser) {
}
#endif
-} // namespace browser
+} // namespace chrome
« no previous file with comments | « chrome/browser/ui/startup/obsolete_os_prompt.h ('k') | chrome/browser/ui/startup/obsolete_os_prompt_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698