| 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_
|
|
|