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

Unified Diff: chrome/browser/ui/startup/obsolete_os_info_bar.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_info_bar.h ('k') | chrome/browser/ui/startup/obsolete_os_prompt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/startup/obsolete_os_info_bar.cc
diff --git a/chrome/browser/ui/startup/obsolete_os_info_bar.cc b/chrome/browser/ui/startup/obsolete_os_info_bar.cc
index 83227c8cfd828f5c68cb3b8ebe082295b75992c1..45d59b73cb06c6c0a5f553c44de2960b672d3d0d 100644
--- a/chrome/browser/ui/startup/obsolete_os_info_bar.cc
+++ b/chrome/browser/ui/startup/obsolete_os_info_bar.cc
@@ -13,7 +13,7 @@
using content::OpenURLParams;
using content::Referrer;
-namespace browser {
+namespace chrome {
ObsoleteOSInfoBar::ObsoleteOSInfoBar(InfoBarTabHelper* infobar_helper,
const string16& message,
@@ -46,4 +46,4 @@ bool ObsoleteOSInfoBar::LinkClicked(WindowOpenDisposition disposition) {
return false;
}
-} // namespace browser
+} // namespace chrome
« no previous file with comments | « chrome/browser/ui/startup/obsolete_os_info_bar.h ('k') | chrome/browser/ui/startup/obsolete_os_prompt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698