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

Unified Diff: chrome/browser/ui/startup/obsolete_os_info_bar.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
Index: chrome/browser/ui/startup/obsolete_os_info_bar.h
diff --git a/chrome/browser/ui/startup/obsolete_os_info_bar.h b/chrome/browser/ui/startup/obsolete_os_info_bar.h
index f4ff54b0b7b4433e83920649f919f1cc11a1a3c9..4aefe059a71ae640115daf6b9488bcbceb243725 100644
--- a/chrome/browser/ui/startup/obsolete_os_info_bar.h
+++ b/chrome/browser/ui/startup/obsolete_os_info_bar.h
@@ -13,7 +13,7 @@
class InfoBarTabHelper;
-namespace browser {
+namespace chrome {
// An infobar that is run with a string and a "Learn More" link.
class ObsoleteOSInfoBar : public LinkInfoBarDelegate {
@@ -34,6 +34,6 @@ class ObsoleteOSInfoBar : public LinkInfoBarDelegate {
DISALLOW_COPY_AND_ASSIGN(ObsoleteOSInfoBar);
};
-} // namespace browser
+} // namespace chrome
#endif // CHROME_BROWSER_UI_STARTUP_OBSOLETE_OS_INFO_BAR_H_
« no previous file with comments | « chrome/browser/ui/startup/default_browser_prompt_win.cc ('k') | chrome/browser/ui/startup/obsolete_os_info_bar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698