| Index: chrome/browser/ui/gtk/status_bubble_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/status_bubble_gtk.cc (revision 91771)
|
| +++ chrome/browser/ui/gtk/status_bubble_gtk.cc (working copy)
|
| @@ -49,7 +49,7 @@
|
| InitWidgets();
|
|
|
| theme_service_->InitThemesFor(this);
|
| - registrar_.Add(this, NotificationType::BROWSER_THEME_CHANGED,
|
| + registrar_.Add(this, chrome::BROWSER_THEME_CHANGED,
|
| Source<ThemeService>(theme_service_));
|
| }
|
|
|
| @@ -237,7 +237,7 @@
|
| void StatusBubbleGtk::Observe(NotificationType type,
|
| const NotificationSource& source,
|
| const NotificationDetails& details) {
|
| - if (type == NotificationType::BROWSER_THEME_CHANGED) {
|
| + if (type == chrome::BROWSER_THEME_CHANGED) {
|
| UserChangedTheme();
|
| }
|
| }
|
|
|