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

Unified Diff: chrome/browser/profiles/avatar_menu_model.h

Issue 8700014: Utility to draw GAIA pictures (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 1 month 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/profiles/avatar_menu_model.h
diff --git a/chrome/browser/profiles/avatar_menu_model.h b/chrome/browser/profiles/avatar_menu_model.h
index 73f75de2c8551bf4758c8fe562f576417f170aa1..8e7b537e2de8c30f28cd5743e9224963a82dfeca 100644
--- a/chrome/browser/profiles/avatar_menu_model.h
+++ b/chrome/browser/profiles/avatar_menu_model.h
@@ -12,6 +12,7 @@
#include "base/string16.h"
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
+#include "ui/gfx/image/image.h"
class AvatarMenuModelObserver;
class Browser;
@@ -33,7 +34,7 @@ class AvatarMenuModel : public content::NotificationObserver {
~Item();
// The icon to be displayed next to the item.
- const gfx::Image& icon;
+ const gfx::Image icon;
Robert Sesek 2011/11/28 15:30:15 Should this still be const? gfx::Image is effectiv
sail 2011/11/28 15:39:39 Done.
// Whether or not the current browser is using this profile.
bool active;
« no previous file with comments | « no previous file | chrome/browser/profiles/avatar_menu_model.cc » ('j') | chrome/browser/profiles/profile_info_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698