| Index: ash/system/web_notification/web_notification_tray_unittest.cc
|
| diff --git a/ash/system/web_notification/web_notification_tray_unittest.cc b/ash/system/web_notification/web_notification_tray_unittest.cc
|
| index ae43b76cc84e81bcfe0b130bb03e181f94cebd91..0a33d773e83f879c10a8f68806012aca8e89608b 100644
|
| --- a/ash/system/web_notification/web_notification_tray_unittest.cc
|
| +++ b/ash/system/web_notification/web_notification_tray_unittest.cc
|
| @@ -7,6 +7,7 @@
|
| #include <vector>
|
|
|
| #include "ash/root_window_controller.h"
|
| +#include "ash/shelf/shelf_widget.h"
|
| #include "ash/system/status_area_widget.h"
|
| #include "ash/system/tray/system_tray_item.h"
|
| #include "ash/test/ash_test_base.h"
|
| @@ -31,8 +32,8 @@ namespace ash {
|
| namespace {
|
|
|
| WebNotificationTray* GetWebNotificationTray() {
|
| - return Shell::GetPrimaryRootWindowController()->status_area_widget()->
|
| - web_notification_tray();
|
| + return Shell::GetPrimaryRootWindowController()->shelf()->
|
| + status_area_widget()->web_notification_tray();
|
| }
|
|
|
| message_center::MessageCenter* get_message_center() {
|
|
|