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

Unified Diff: chrome/browser/ui/gtk/avatar_menu_item_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/avatar_menu_bubble_gtk.cc ('k') | chrome/browser/ui/gtk/avatar_menu_item_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/avatar_menu_item_gtk.h
diff --git a/chrome/browser/ui/gtk/avatar_menu_item_gtk.h b/chrome/browser/ui/gtk/avatar_menu_item_gtk.h
index 1458903877d39921c0ff14c5b1792f5304b6f15e..30d7ad2084081b3336ffa4f73752e63488f54732 100644
--- a/chrome/browser/ui/gtk/avatar_menu_item_gtk.h
+++ b/chrome/browser/ui/gtk/avatar_menu_item_gtk.h
@@ -14,7 +14,7 @@
#include "ui/base/gtk/gtk_signal.h"
#include "ui/base/gtk/owned_widget_gtk.h"
-class ThemeServiceGtk;
+class GtkThemeService;
// This widget contains the profile icon, user name, and synchronization status
// to be displayed in the AvatarMenuBubble. Clicking the profile will open a new
@@ -35,7 +35,7 @@ class AvatarMenuItemGtk : public content::NotificationObserver {
AvatarMenuItemGtk(Delegate* delegate,
const AvatarMenuModel::Item& item,
size_t item_index,
- ThemeServiceGtk* theme_service);
+ GtkThemeService* theme_service);
virtual ~AvatarMenuItemGtk();
// Returns the root widget for this menu item.
@@ -68,7 +68,7 @@ class AvatarMenuItemGtk : public content::NotificationObserver {
CHROMEGTK_CALLBACK_0(AvatarMenuItemGtk, void, OnEditProfileLinkClicked);
// Create all widgets in this menu item, using |theme_service|.
- void Init(ThemeServiceGtk* theme_service);
+ void Init(GtkThemeService* theme_service);
// A weak pointer to the item's delegate.
Delegate* delegate_;
@@ -84,7 +84,7 @@ class AvatarMenuItemGtk : public content::NotificationObserver {
ui::OwnedWidgetGtk widget_;
// Provides colors.
- ThemeServiceGtk* theme_service_;
+ GtkThemeService* theme_service_;
// A weak pointer to a label that displays the sync status. It is not shown
// when the user is hovering over the item if the profile is the active
« no previous file with comments | « chrome/browser/ui/gtk/avatar_menu_bubble_gtk.cc ('k') | chrome/browser/ui/gtk/avatar_menu_item_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698