| Index: ash/system/tray_update.h
|
| diff --git a/ash/system/tray_update.h b/ash/system/tray_update.h
|
| index 5ca0cdf2c3f04a0669b7076f13b69bea9d0e12cc..8ff43a3f1283ad42f883b1735e9d27256efcf3e1 100644
|
| --- a/ash/system/tray_update.h
|
| +++ b/ash/system/tray_update.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef ASH_SYSTEM_TRAY_UPDATE_H_
|
| #define ASH_SYSTEM_TRAY_UPDATE_H_
|
|
|
| +#include "ash/ash_export.h"
|
| #include "ash/common/system/update/update_observer.h"
|
| #include "ash/system/tray/tray_image_item.h"
|
| #include "base/macros.h"
|
| @@ -15,8 +16,8 @@ class View;
|
|
|
| namespace ash {
|
|
|
| -class TrayUpdate : public TrayImageItem,
|
| - public UpdateObserver {
|
| +// The system update tray item. Exported for test.
|
| +class ASH_EXPORT TrayUpdate : public TrayImageItem, public UpdateObserver {
|
| public:
|
| explicit TrayUpdate(SystemTray* system_tray);
|
| ~TrayUpdate() override;
|
|
|