| Index: ash/system/tray/tray_item_more.h
|
| diff --git a/ash/system/tray/tray_item_more.h b/ash/system/tray/tray_item_more.h
|
| index 6c4a9f53cc776b1312d7e199a1af399a3408d5ec..8731dde10d32575d325dc796a11ae753bbef263e 100644
|
| --- a/ash/system/tray/tray_item_more.h
|
| +++ b/ash/system/tray/tray_item_more.h
|
| @@ -29,7 +29,7 @@ class TrayItemMore : public ActionableView {
|
| virtual ~TrayItemMore();
|
|
|
| void SetLabel(const string16& label);
|
| - void SetImage(const SkBitmap* bitmap);
|
| + void SetImage(const gfx::ImageSkia* image_skia);
|
| void SetAccessibleName(const string16& name);
|
|
|
| protected:
|
|
|