| Index: chrome/browser/ui/gtk/infobars/infobar_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/infobars/infobar_gtk.cc (revision 91880)
|
| +++ chrome/browser/ui/gtk/infobars/infobar_gtk.cc (working copy)
|
| @@ -91,7 +91,7 @@
|
| G_CALLBACK(OnChildSizeRequestThunk),
|
| this);
|
|
|
| - registrar_.Add(this, NotificationType::BROWSER_THEME_CHANGED,
|
| + registrar_.Add(this, chrome::NOTIFICATION_BROWSER_THEME_CHANGED,
|
| Source<ThemeService>(theme_service_));
|
| UpdateBorderColor();
|
| }
|
| @@ -251,7 +251,7 @@
|
| gtk_widget_queue_draw(widget_.get());
|
| }
|
|
|
| -void InfoBarGtk::Observe(NotificationType type,
|
| +void InfoBarGtk::Observe(int type,
|
| const NotificationSource& source,
|
| const NotificationDetails& details) {
|
| UpdateBorderColor();
|
|
|