Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1154)

Unified Diff: chrome/browser/ui/gtk/throbber_gtk.cc

Issue 10337010: Revert r123782. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/gtk/throbber_gtk.h ('k') | chrome/browser/ui/gtk/web_intent_picker_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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),
« no previous file with comments | « chrome/browser/ui/gtk/throbber_gtk.h ('k') | chrome/browser/ui/gtk/web_intent_picker_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698