Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3481)

Unified Diff: ash/wm/workspace_controller_unittest.cc

Issue 2035543004: Shuffles and renames ash/common/wm classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: random changes for chrome tests Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698