| 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 a2f75e6f0b2c4e4977674ddd6710ac714f4b7187..297b6e46007c43109b52fd0ba9f9d29b3bce8861 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);
|
|
|
| - ThemeServiceGtk* theme_service =
|
| - ThemeServiceGtk::GetFrom(browser_->profile());
|
| + GtkThemeService* theme_service =
|
| + GtkThemeService::GetFrom(browser_->profile());
|
|
|
| int resource_id = error_->GetBubbleViewIconResourceID();
|
| ui::ResourceBundle& rb = ui::ResourceBundle::GetSharedInstance();
|
|
|