| Index: chrome/browser/ui/gtk/global_error_bubble.cc
|
| diff --git a/chrome/browser/ui/gtk/global_error_bubble.cc b/chrome/browser/ui/gtk/global_error_bubble.cc
|
| index 22944379e212fe42a440470c30c04826086589d5..38d65ee30267aba741be399c1e8c0d75e81372e4 100644
|
| --- a/chrome/browser/ui/gtk/global_error_bubble.cc
|
| +++ b/chrome/browser/ui/gtk/global_error_bubble.cc
|
| @@ -14,8 +14,8 @@
|
| #include "chrome/browser/ui/global_error_service_factory.h"
|
| #include "chrome/browser/ui/gtk/browser_toolbar_gtk.h"
|
| #include "chrome/browser/ui/gtk/browser_window_gtk.h"
|
| -#include "chrome/browser/ui/gtk/gtk_theme_service.h"
|
| #include "chrome/browser/ui/gtk/gtk_util.h"
|
| +#include "chrome/browser/ui/gtk/theme_service_gtk.h"
|
| #include "ui/base/gtk/gtk_hig_constants.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/gfx/gtk_util.h"
|
| @@ -52,8 +52,8 @@ GlobalErrorBubble::GlobalErrorBubble(Browser* browser,
|
| gtk_container_set_border_width(GTK_CONTAINER(content), kContentBorder);
|
| g_signal_connect(content, "destroy", G_CALLBACK(OnDestroyThunk), this);
|
|
|
| - GtkThemeService* theme_service =
|
| - GtkThemeService::GetFrom(browser_->profile());
|
| + ThemeServiceGtk* theme_service =
|
| + ThemeServiceGtk::GetFrom(browser_->profile());
|
|
|
| int resource_id = error_->GetBubbleViewIconResourceID();
|
| ui::ResourceBundle& rb = ui::ResourceBundle::GetSharedInstance();
|
|
|