| Index: ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc
|
| diff --git a/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc b/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc
|
| index 99ef2c8578ed791c9ad8dc3f7c436508deb33727..8fd22a93a48ed8a50daba3204f7e990092193146 100644
|
| --- a/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc
|
| +++ b/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc
|
| @@ -8,9 +8,9 @@
|
| #include <vector>
|
|
|
| #include "ash/common/shell_window_ids.h"
|
| -#include "ash/common/wm/wm_globals.h"
|
| -#include "ash/common/wm/wm_root_window_controller.h"
|
| -#include "ash/common/wm/wm_window.h"
|
| +#include "ash/common/wm_root_window_controller.h"
|
| +#include "ash/common/wm_shell.h"
|
| +#include "ash/common/wm_window.h"
|
| #include "ash/display/display_manager.h"
|
| #include "ash/screen_util.h"
|
| #include "ash/shelf/shelf.h"
|
| @@ -107,7 +107,7 @@ class AshPopupAlignmentDelegateTest : public test::AshTestBase {
|
| views::Widget::InitParams params;
|
| params.ownership = views::Widget::InitParams::WIDGET_OWNS_NATIVE_WIDGET;
|
| params.bounds = gfx::Rect(0, 0, 50, 50);
|
| - wm::WmGlobals::Get()
|
| + WmShell::Get()
|
| ->GetPrimaryRootWindow()
|
| ->GetRootWindowController()
|
| ->ConfigureWidgetInitParamsForContainer(widget.get(), container_id,
|
|
|