| 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 ff7666c1f2c16cfa0247a98b14f5214b03908250..658f4bfbb40c130fb68e5d9aa356cf946ad5d588 100644
|
| --- a/ash/system/web_notification/web_notification_tray_unittest.cc
|
| +++ b/ash/system/web_notification/web_notification_tray_unittest.cc
|
| @@ -14,6 +14,7 @@
|
| #include "ash/system/status_area_widget.h"
|
| #include "ash/system/tray/system_tray.h"
|
| #include "ash/system/tray/system_tray_item.h"
|
| +#include "ash/system/web_notification/popup_alignment_delegate.h"
|
| #include "ash/test/ash_test_base.h"
|
| #include "ash/test/status_area_widget_test_helper.h"
|
| #include "ash/test/test_system_tray_delegate.h"
|
| @@ -139,7 +140,7 @@ class WebNotificationTrayTest : public test::AshTestBase {
|
| }
|
|
|
| gfx::Rect GetPopupWorkAreaForTray(WebNotificationTray* tray) {
|
| - return tray->popup_collection_->work_area_;
|
| + return tray->popup_alignment_delegate_->work_area_;
|
| }
|
|
|
| bool IsPopupVisible() {
|
|
|