| Index: ash/common/system/web_notification/web_notification_tray.h
|
| diff --git a/ash/common/system/web_notification/web_notification_tray.h b/ash/common/system/web_notification/web_notification_tray.h
|
| index 6938498016b13a470ac9069fa7106f7aa32b32c9..8f72d6346a4585855e1e57216cafedee920a9354 100644
|
| --- a/ash/common/system/web_notification/web_notification_tray.h
|
| +++ b/ash/common/system/web_notification/web_notification_tray.h
|
| @@ -45,6 +45,7 @@ class SystemTray;
|
| class WebNotificationBubbleWrapper;
|
| class WebNotificationButton;
|
| class WmWindow;
|
| +class WmShelfObserver;
|
|
|
| class ASH_EXPORT WebNotificationTray
|
| : public TrayBackgroundView,
|
| @@ -56,7 +57,8 @@ class ASH_EXPORT WebNotificationTray
|
| public:
|
| WebNotificationTray(WmShelf* shelf,
|
| WmWindow* status_area_window,
|
| - SystemTray* system_tray);
|
| + SystemTray* system_tray,
|
| + WmShelfObserver* wm_shelf_observer);
|
| ~WebNotificationTray() override;
|
|
|
| // Sets the height of the system tray bubble (or legacy notification bubble)
|
|
|