| Index: chrome/browser/ui/gtk/global_bookmark_menu.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/global_bookmark_menu.cc (revision 91771)
|
| +++ chrome/browser/ui/gtk/global_bookmark_menu.cc (working copy)
|
| @@ -60,7 +60,7 @@
|
|
|
| default_favicon_ = GtkThemeService::GetDefaultFavicon(true);
|
| default_folder_ = GtkThemeService::GetFolderIcon(true);
|
| - registrar_.Add(this, NotificationType::BROWSER_THEME_CHANGED,
|
| + registrar_.Add(this, chrome::BROWSER_THEME_CHANGED,
|
| Source<ThemeService>(
|
| ThemeServiceFactory::GetForProfile(profile_)));
|
| }
|
| @@ -228,7 +228,7 @@
|
| void GlobalBookmarkMenu::Observe(NotificationType type,
|
| const NotificationSource& source,
|
| const NotificationDetails& details) {
|
| - DCHECK(type.value == NotificationType::BROWSER_THEME_CHANGED);
|
| + DCHECK(type.value == chrome::BROWSER_THEME_CHANGED);
|
|
|
| // Change the icon and invalidate the menu.
|
| default_favicon_ = GtkThemeService::GetDefaultFavicon(true);
|
|
|