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

Unified Diff: chrome/browser/ui/gtk/browser_titlebar.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
« no previous file with comments | « chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc ('k') | chrome/browser/ui/gtk/browser_titlebar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/browser_titlebar.h
diff --git a/chrome/browser/ui/gtk/browser_titlebar.h b/chrome/browser/ui/gtk/browser_titlebar.h
index 101427141d8ea51f42326685395f89ad4968705c..b7dab9157c4c324ff1c56d6186669fb1b38e01dd 100644
--- a/chrome/browser/ui/gtk/browser_titlebar.h
+++ b/chrome/browser/ui/gtk/browser_titlebar.h
@@ -25,7 +25,7 @@
class AvatarMenuButtonGtk;
class BrowserWindowGtk;
class CustomDrawButton;
-class GtkThemeService;
+class ThemeServiceGtk;
class MenuGtk;
class PopupPageMenuModel;
class TabContents;
@@ -291,7 +291,7 @@ class BrowserTitlebar : public content::NotificationObserver,
scoped_ptr<AvatarMenuButtonGtk> avatar_button_;
// Theme provider for building buttons.
- GtkThemeService* theme_service_;
+ ThemeServiceGtk* theme_service_;
content::NotificationRegistrar registrar_;
};
« no previous file with comments | « chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc ('k') | chrome/browser/ui/gtk/browser_titlebar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698