| Index: ash/system/tray/tray_image_item.h
|
| diff --git a/ash/system/tray/tray_image_item.h b/ash/system/tray/tray_image_item.h
|
| index e3699d8221316d087d745201137d360779c92a1e..8d37a6fc86801d453e78f852eb8c58e294d39727 100644
|
| --- a/ash/system/tray/tray_image_item.h
|
| +++ b/ash/system/tray/tray_image_item.h
|
| @@ -12,13 +12,16 @@ class ImageView;
|
| }
|
|
|
| namespace ash {
|
| +
|
| +class SystemTray;
|
| +
|
| namespace internal {
|
|
|
| class TrayItemView;
|
|
|
| class TrayImageItem : public SystemTrayItem {
|
| public:
|
| - explicit TrayImageItem(int resource_id);
|
| + TrayImageItem(SystemTray* system_tray, int resource_id);
|
| virtual ~TrayImageItem();
|
|
|
| views::View* tray_view();
|
|
|