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

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

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/theme_service_gtk_unittest.cc ('k') | chrome/browser/ui/gtk/throbber_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.h
diff --git a/chrome/browser/ui/gtk/throbber_gtk.h b/chrome/browser/ui/gtk/throbber_gtk.h
index 2ba03b1678c8d4bde064ceaee4c7dcf5004666ec..2aba25e5bb5e40ed9f84b1830579eaf12dcc5153 100644
--- a/chrome/browser/ui/gtk/throbber_gtk.h
+++ b/chrome/browser/ui/gtk/throbber_gtk.h
@@ -17,15 +17,15 @@
#include "ui/base/gtk/owned_widget_gtk.h"
#include "ui/gfx/image/image.h"
+class GtkThemeService;
class SkBitmap;
-class ThemeServiceGtk;
// An animating throbber.
class ThrobberGtk : public ui::AnimationDelegate,
public content::NotificationObserver {
public:
// |theme_service| must not be NULL.
- explicit ThrobberGtk(ThemeServiceGtk* theme_service);
+ explicit ThrobberGtk(GtkThemeService* theme_service);
virtual ~ThrobberGtk();
// Start or stop the throbbing animation.
@@ -55,7 +55,7 @@ class ThrobberGtk : public ui::AnimationDelegate,
content::NotificationRegistrar registrar_;
// The theme service. Weak pointer.
- ThemeServiceGtk* theme_service_;
+ GtkThemeService* theme_service_;
// The actual GtkWidget.
ui::OwnedWidgetGtk widget_;
« no previous file with comments | « chrome/browser/ui/gtk/theme_service_gtk_unittest.cc ('k') | chrome/browser/ui/gtk/throbber_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698