| 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 186e542c564b79cf6fc63816b3ae73c4228098b5..220924c3f33024ea1057413112e494df3bd1e96e 100644
|
| --- a/ash/system/tray/tray_image_item.h
|
| +++ b/ash/system/tray/tray_image_item.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef ASH_SYSTEM_TRAY_TRAY_IMAGE_ITEM_H_
|
| #define ASH_SYSTEM_TRAY_TRAY_IMAGE_ITEM_H_
|
|
|
| +#include "ash/ash_export.h"
|
| #include "ash/system/tray/system_tray_item.h"
|
| #include "base/macros.h"
|
|
|
| @@ -15,7 +16,7 @@ class ImageView;
|
| namespace ash {
|
| class TrayItemView;
|
|
|
| -class TrayImageItem : public SystemTrayItem {
|
| +class ASH_EXPORT TrayImageItem : public SystemTrayItem {
|
| public:
|
| TrayImageItem(SystemTray* system_tray, int resource_id);
|
| ~TrayImageItem() override;
|
|
|