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

Unified Diff: chrome/browser/ui/gtk/reload_button_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/password_generation_bubble_gtk.cc ('k') | chrome/browser/ui/gtk/reload_button_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/reload_button_gtk.h
diff --git a/chrome/browser/ui/gtk/reload_button_gtk.h b/chrome/browser/ui/gtk/reload_button_gtk.h
index a87fb898dd0abe1f8e8cb00d280b796a0e8a9aa7..6ca22156e1c43825d62d634879764ad59284252f 100644
--- a/chrome/browser/ui/gtk/reload_button_gtk.h
+++ b/chrome/browser/ui/gtk/reload_button_gtk.h
@@ -18,7 +18,7 @@
#include "ui/base/gtk/owned_widget_gtk.h"
class Browser;
-class ThemeServiceGtk;
+class GtkThemeService;
class LocationBarViewGtk;
class ReloadButtonGtk : public content::NotificationObserver {
@@ -77,7 +77,7 @@ class ReloadButtonGtk : public content::NotificationObserver {
// Used to listen for theme change notifications.
content::NotificationRegistrar registrar_;
- ThemeServiceGtk* theme_service_;
+ GtkThemeService* theme_service_;
CustomDrawButtonBase reload_;
CustomDrawButtonBase stop_;
« no previous file with comments | « chrome/browser/ui/gtk/password_generation_bubble_gtk.cc ('k') | chrome/browser/ui/gtk/reload_button_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698