Index: ash/wm/workspace_controller_unittest.cc |
diff --git a/ash/wm/workspace_controller_unittest.cc b/ash/wm/workspace_controller_unittest.cc |
index 6459f430f50286b174a92cc11d46f6f3caafeba6..e690df18a78afe953be81e44f112ff2799b0580a 100644 |
--- a/ash/wm/workspace_controller_unittest.cc |
+++ b/ash/wm/workspace_controller_unittest.cc |
@@ -6,6 +6,7 @@ |
#include <map> |
+#include "ash/aura/wm_window_aura.h" |
#include "ash/common/shell_window_ids.h" |
#include "ash/common/wm/panels/panel_layout_manager.h" |
#include "ash/common/wm/window_state.h" |
@@ -19,7 +20,6 @@ |
#include "ash/test/ash_test_base.h" |
#include "ash/test/shell_test_api.h" |
#include "ash/test/test_shelf_delegate.h" |
-#include "ash/wm/aura/wm_window_aura.h" |
#include "ash/wm/window_state_aura.h" |
#include "ash/wm/window_util.h" |
#include "base/strings/string_number_conversions.h" |
@@ -129,7 +129,7 @@ class WorkspaceControllerTest : public test::AshTestBase { |
test::TestShelfDelegate::instance(); |
shelf_delegate->AddShelfItem(window); |
PanelLayoutManager* manager = |
- PanelLayoutManager::Get(wm::WmWindowAura::Get(window)); |
+ PanelLayoutManager::Get(WmWindowAura::Get(window)); |
manager->Relayout(); |
return window; |
} |
@@ -1064,7 +1064,7 @@ TEST_F(WorkspaceControllerTest, TestRestoreToUserModifiedBounds) { |
// A user moved the window. |
std::unique_ptr<WindowResizer> resizer( |
- CreateWindowResizer(wm::WmWindowAura::Get(window1.get()), gfx::Point(), |
+ CreateWindowResizer(WmWindowAura::Get(window1.get()), gfx::Point(), |
HTCAPTION, aura::client::WINDOW_MOVE_SOURCE_MOUSE) |
.release()); |
gfx::Point location = resizer->GetInitialLocation(); |