| Index: chrome/browser/ui/gtk/overflow_button.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/overflow_button.cc (revision 91771)
|
| +++ chrome/browser/ui/gtk/overflow_button.cc (working copy)
|
| @@ -18,7 +18,7 @@
|
| gtk_widget_set_no_show_all(widget_.get(), TRUE);
|
|
|
| GtkThemeService* theme_service = GtkThemeService::GetFrom(profile);
|
| - registrar_.Add(this, NotificationType::BROWSER_THEME_CHANGED,
|
| + registrar_.Add(this, chrome::BROWSER_THEME_CHANGED,
|
| Source<ThemeService>(theme_service));
|
| theme_service->InitThemesFor(this);
|
| }
|
|
|