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

Unified Diff: chrome/browser/ui/cocoa/obsolete_os.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/cocoa/obsolete_os.h ('k') | chrome/browser/ui/startup/autolaunch_prompt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/obsolete_os.cc
diff --git a/chrome/browser/ui/cocoa/obsolete_os.cc b/chrome/browser/ui/cocoa/obsolete_os.cc
index 388cf92cc5dbbcc55779485414a795bff3236d59..764bf1d5eac5994cb11fbaa6dfc77c65e9dd3b07 100644
--- a/chrome/browser/ui/cocoa/obsolete_os.cc
+++ b/chrome/browser/ui/cocoa/obsolete_os.cc
@@ -8,7 +8,7 @@
#include "grit/generated_resources.h"
#include "ui/base/l10n/l10n_util.h"
-namespace browser {
+namespace chrome {
string16 LocalizedObsoleteOSString() {
// TODO(mark): Change kEndOfTheLine to true immediately prior to the last
@@ -21,4 +21,4 @@ string16 LocalizedObsoleteOSString() {
l10n_util::GetStringUTF16(IDS_PRODUCT_NAME));
}
-} // namespace browser
+} // namespace chrome
« no previous file with comments | « chrome/browser/ui/cocoa/obsolete_os.h ('k') | chrome/browser/ui/startup/autolaunch_prompt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698