| Index: athena/wm/window_manager_unittest.cc
|
| diff --git a/athena/wm/window_manager_unittest.cc b/athena/wm/window_manager_unittest.cc
|
| index 9cbedaa4be595f56aa930f63bceabe983aaa69dd..7adda80235df558423255925974b2f3120a4c952 100644
|
| --- a/athena/wm/window_manager_unittest.cc
|
| +++ b/athena/wm/window_manager_unittest.cc
|
| @@ -6,7 +6,6 @@
|
|
|
| #include "athena/screen/public/screen_manager.h"
|
| #include "athena/test/base/athena_test_base.h"
|
| -#include "athena/test/base/test_windows.h"
|
| #include "athena/wm/public/window_list_provider.h"
|
| #include "athena/wm/split_view_controller.h"
|
| #include "athena/wm/test/window_manager_impl_test_api.h"
|
| @@ -29,7 +28,7 @@
|
|
|
| scoped_ptr<aura::Window> CreateAndActivateWindow(
|
| aura::WindowDelegate* delegate) {
|
| - scoped_ptr<aura::Window> window(test::CreateNormalWindow(delegate, NULL));
|
| + scoped_ptr<aura::Window> window(CreateTestWindow(delegate, gfx::Rect()));
|
| window->Show();
|
| wm::ActivateWindow(window.get());
|
| return window.Pass();
|
|
|