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

Unified Diff: chrome/browser/ui/gtk/website_settings_popup_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/web_intent_picker_gtk.cc ('k') | chrome/browser/ui/gtk/website_settings_popup_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/website_settings_popup_gtk.h
diff --git a/chrome/browser/ui/gtk/website_settings_popup_gtk.h b/chrome/browser/ui/gtk/website_settings_popup_gtk.h
index f2e69dde42288801f7055b1a5f99f6bf572f90e8..c52d26e8e869c46b08d46d65c4c213f593819852 100644
--- a/chrome/browser/ui/gtk/website_settings_popup_gtk.h
+++ b/chrome/browser/ui/gtk/website_settings_popup_gtk.h
@@ -14,9 +14,9 @@
class Browser;
class BubbleGtk;
+class GtkThemeService;
class Profile;
class TabContentsWrapper;
-class ThemeServiceGtk;
class WebsiteSettings;
// GTK implementation of the website settings UI. The website settings UI is
@@ -72,7 +72,7 @@ class WebsiteSettingsPopupGtk : public WebsiteSettingsUI,
GtkWidget* anchor_;
// Provides colors and stuff.
- ThemeServiceGtk* theme_service_;
+ GtkThemeService* theme_service_;
// The popup bubble container.
BubbleGtk* bubble_;
« no previous file with comments | « chrome/browser/ui/gtk/web_intent_picker_gtk.cc ('k') | chrome/browser/ui/gtk/website_settings_popup_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698