Index: ash/common/system/tray/tray_item_more.cc |
diff --git a/ash/common/system/tray/tray_item_more.cc b/ash/common/system/tray/tray_item_more.cc |
index 7d901c393b96b94bb1fd9223ba8b31b2c66ba008..d9b8244db6f8c4e154b69976ac10f34f6b6a8f58 100644 |
--- a/ash/common/system/tray/tray_item_more.cc |
+++ b/ash/common/system/tray/tray_item_more.cc |
@@ -60,7 +60,7 @@ void TrayItemMore::SetLabel(const base::string16& label) { |
SchedulePaint(); |
} |
-void TrayItemMore::SetImage(const gfx::ImageSkia* image_skia) { |
+void TrayItemMore::SetImage(const gfx::ImageSkia& image_skia) { |
icon_->SetImage(image_skia); |
SchedulePaint(); |
} |