| Index: ash/common/system/tray/tray_item_more.h
|
| diff --git a/ash/common/system/tray/tray_item_more.h b/ash/common/system/tray/tray_item_more.h
|
| index 26b7b8827c76f7a6abc3d11108c2171ed64a515b..918d3c38fe5b64ecdf80d73af2de2d26589d837b 100644
|
| --- a/ash/common/system/tray/tray_item_more.h
|
| +++ b/ash/common/system/tray/tray_item_more.h
|
| @@ -28,7 +28,7 @@ class TrayItemMore : public ActionableView {
|
| SystemTrayItem* owner() const { return owner_; }
|
|
|
| void SetLabel(const base::string16& label);
|
| - void SetImage(const gfx::ImageSkia* image_skia);
|
| + void SetImage(const gfx::ImageSkia& image_skia);
|
| void SetAccessibleName(const base::string16& name);
|
|
|
| protected:
|
|
|