| Index: ash/shell/window_type_launcher.cc
|
| diff --git a/ash/shell/window_type_launcher.cc b/ash/shell/window_type_launcher.cc
|
| index 648445e136080078adbbfe6cc8f7ee5152615955..eeb70a78cd1e1afe7f46ba90701f481ef481a5d4 100644
|
| --- a/ash/shell/window_type_launcher.cc
|
| +++ b/ash/shell/window_type_launcher.cc
|
| @@ -7,7 +7,6 @@
|
| #include <utility>
|
|
|
| #include "ash/common/session/session_state_delegate.h"
|
| -#include "ash/common/shelf/shelf_widget.h"
|
| #include "ash/common/shell_window_ids.h"
|
| #include "ash/common/system/status_area_widget.h"
|
| #include "ash/common/system/web_notification/web_notification_tray.h"
|
| @@ -318,8 +317,7 @@ void WindowTypeLauncher::ButtonPressed(views::Button* sender,
|
| message_center::RichNotificationData(), NULL /* delegate */));
|
|
|
| Shell::GetPrimaryRootWindowController()
|
| - ->shelf_widget()
|
| - ->status_area_widget()
|
| + ->GetStatusAreaWidget()
|
| ->web_notification_tray()
|
| ->message_center()
|
| ->AddNotification(std::move(notification));
|
|
|