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

Unified Diff: chrome/browser/ui/cocoa/obsolete_os.h

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/browser_list.h ('k') | chrome/browser/ui/cocoa/obsolete_os.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/obsolete_os.h
diff --git a/chrome/browser/ui/cocoa/obsolete_os.h b/chrome/browser/ui/cocoa/obsolete_os.h
index 5f1022cd99819169c6590baa01285683b2815d4f..cb1c6fcf6c4a38cda45839e7eea56c3f573dfa29 100644
--- a/chrome/browser/ui/cocoa/obsolete_os.h
+++ b/chrome/browser/ui/cocoa/obsolete_os.h
@@ -9,7 +9,7 @@
#include "base/mac/mac_util.h"
#include "base/string16.h"
-namespace browser {
+namespace chrome {
// Returns true if the OS will either be unsupported by future versions of the
// application in the near future, or if this is the last version of the
@@ -25,6 +25,6 @@ inline bool IsOSObsoleteOrNearlySo() {
// true.
string16 LocalizedObsoleteOSString();
-} // namespace browser
+} // namespace chrome
#endif // CHROME_BROWSER_UI_COCOA_OBSOLETE_OS_H_
« no previous file with comments | « chrome/browser/ui/browser_list.h ('k') | chrome/browser/ui/cocoa/obsolete_os.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698