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

Unified Diff: chrome/browser/ui/gtk/omnibox/omnibox_popup_view_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
Index: chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h
diff --git a/chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h b/chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h
index bd0f8c2d6a6d3f73597927f6bbbca1a81429f1d0..5a250a835252dff45a0d5342acfd2bcd57658a17 100644
--- a/chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h
+++ b/chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h
@@ -24,7 +24,7 @@
class AutocompleteEditModel;
class AutocompletePopupModel;
-class ThemeServiceGtk;
+class GtkThemeService;
class OmniboxView;
class SkBitmap;
@@ -116,7 +116,7 @@ class OmniboxPopupViewGtk : public AutocompletePopupView,
// The pango layout object created from the window, cached across exposes.
PangoLayout* layout_;
- ThemeServiceGtk* theme_service_;
+ GtkThemeService* theme_service_;
content::NotificationRegistrar registrar_;
// Font used for suggestions after being derived from the constructor's
« no previous file with comments | « chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc ('k') | chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698