| Index: chrome/browser/ui/ash/window_positioner_unittest.cc
|
| diff --git a/chrome/browser/ui/ash/window_positioner_unittest.cc b/chrome/browser/ui/ash/window_positioner_unittest.cc
|
| index 78fd79505bd4d7e1facd0c545f58ac8d2acfd022..5ca6a78e487c3b07b54eb7f9ca5babe4579d1b3f 100644
|
| --- a/chrome/browser/ui/ash/window_positioner_unittest.cc
|
| +++ b/chrome/browser/ui/ash/window_positioner_unittest.cc
|
| @@ -6,10 +6,10 @@
|
|
|
| #include <utility>
|
|
|
| +#include "ash/aura/wm_shell_aura.h"
|
| #include "ash/common/wm/window_resizer.h"
|
| #include "ash/test/ash_test_base.h"
|
| #include "ash/test/test_shell_delegate.h"
|
| -#include "ash/wm/aura/wm_globals_aura.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/logging.h"
|
| #include "base/macros.h"
|
| @@ -81,7 +81,7 @@ void WindowPositionerTest::SetUp() {
|
| // as he needs it.
|
| window()->Hide();
|
| popup()->Hide();
|
| - window_positioner_.reset(new WindowPositioner(wm::WmGlobals::Get()));
|
| + window_positioner_.reset(new WindowPositioner(WmShell::Get()));
|
| }
|
|
|
| void WindowPositionerTest::TearDown() {
|
|
|