| Index: chrome/browser/ui/gtk/throbber_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/throbber_gtk.cc b/chrome/browser/ui/gtk/throbber_gtk.cc
|
| index bb8e2437438d551cbe284f0f2ffe485cb7476b0f..0a71d183c146ed533151eb74017cdb503a0560df 100644
|
| --- a/chrome/browser/ui/gtk/throbber_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/throbber_gtk.cc
|
| @@ -5,7 +5,7 @@
|
| #include "chrome/browser/ui/gtk/throbber_gtk.h"
|
|
|
| #include "base/logging.h"
|
| -#include "chrome/browser/ui/gtk/theme_service_gtk.h"
|
| +#include "chrome/browser/ui/gtk/gtk_theme_service.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "content/public/browser/notification_source.h"
|
| #include "grit/ui_resources.h"
|
| @@ -19,7 +19,7 @@ const int kThrobberDurationMs = 750;
|
|
|
| } // namespace
|
|
|
| -ThrobberGtk::ThrobberGtk(ThemeServiceGtk* theme_service)
|
| +ThrobberGtk::ThrobberGtk(GtkThemeService* theme_service)
|
| : theme_service_(theme_service),
|
| ALLOW_THIS_IN_INITIALIZER_LIST(animation_(this)),
|
| frames_(NULL),
|
|
|