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; |