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

Unified Diff: chrome/browser/ui/gtk/browser_titlebar.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/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 6fd37a766749ec17e5f4412b2ca39192b774f9c6..0ed05f004277a53d1e6542d4f6e25e9fb257a873 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 ThemeServiceGtk;
+class GtkThemeService;
class MenuGtk;
class PopupPageMenuModel;
@@ -127,7 +127,7 @@ class BrowserTitlebar : public content::NotificationObserver,
CustomDrawButton* close_button() const { return close_button_.get(); }
GtkWidget* app_mode_title() const { return app_mode_title_; }
- ThemeServiceGtk* theme_service() const { return theme_service_; }
+ GtkThemeService* theme_service() const { return theme_service_; }
private:
// A helper class to keep track of which frame of the throbber animation
@@ -293,7 +293,7 @@ class BrowserTitlebar : public content::NotificationObserver,
scoped_ptr<AvatarMenuButtonGtk> avatar_button_;
// Theme provider for building buttons.
- ThemeServiceGtk* theme_service_;
+ GtkThemeService* 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