| Index: ash/system/web_notification/web_notification_tray.h
|
| diff --git a/ash/system/web_notification/web_notification_tray.h b/ash/system/web_notification/web_notification_tray.h
|
| index fbba6d45c27ba8f4eabdea50579bf6526983391d..54a907853ac6f5ae5c257230800eb4dd06cec9df 100644
|
| --- a/ash/system/web_notification/web_notification_tray.h
|
| +++ b/ash/system/web_notification/web_notification_tray.h
|
| @@ -50,7 +50,7 @@ class ASH_EXPORT WebNotificationTray
|
| public base::SupportsWeakPtr<WebNotificationTray>,
|
| public ui::SimpleMenuModel::Delegate {
|
| public:
|
| - WebNotificationTray(WmShelf* shelf,
|
| + WebNotificationTray(Shelf* shelf,
|
| aura::Window* status_area_window,
|
| SystemTray* system_tray);
|
| ~WebNotificationTray() override;
|
|
|