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

Unified Diff: chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.h

Issue 9447096: gtk: Rename GtkThemeService to ThemeServiceGtk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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_view_gtk.h
diff --git a/chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.h b/chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.h
index 3c578a76a85a25c72e8af2fd7d2005649e55ce3b..c7dcc66d4dbefe6db9eb1ed6e8f4f4ccec8c04cf 100644
--- a/chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.h
+++ b/chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.h
@@ -44,7 +44,7 @@ class View;
}
#if !defined(TOOLKIT_VIEWS)
-class GtkThemeService;
+class ThemeServiceGtk;
#endif
class OmniboxViewGtk : public OmniboxView,
@@ -443,7 +443,7 @@ class OmniboxViewGtk : public OmniboxView,
views::View* location_bar_view_;
#else
// Supplies colors, et cetera.
- GtkThemeService* theme_service_;
+ ThemeServiceGtk* theme_service_;
content::NotificationRegistrar registrar_;
#endif
« no previous file with comments | « chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc ('k') | chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698