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

Unified Diff: ash/wm/panels/panel_window_resizer_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/panels/panel_window_resizer_unittest.cc
diff --git a/ash/wm/panels/panel_window_resizer_unittest.cc b/ash/wm/panels/panel_window_resizer_unittest.cc
index 46b46cc9f36da6a7784b2d508a07531009de2dd5..212406a4f21d8f43ea70234bac5f30ad6e79bfa5 100644
--- a/ash/wm/panels/panel_window_resizer_unittest.cc
+++ b/ash/wm/panels/panel_window_resizer_unittest.cc
@@ -4,6 +4,7 @@
#include "ash/common/wm/panels/panel_window_resizer.h"
+#include "ash/aura/wm_window_aura.h"
#include "ash/common/shell_window_ids.h"
#include "ash/common/wm/window_state.h"
#include "ash/common/wm/wm_event.h"
@@ -19,7 +20,6 @@
#include "ash/test/cursor_manager_test_api.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/drag_window_resizer.h"
#include "ash/wm/window_state_aura.h"
#include "base/i18n/rtl.h"
@@ -67,7 +67,7 @@ class PanelWindowResizerTest : public test::AshTestBase {
}
void DragStart(aura::Window* window) {
- resizer_.reset(CreateWindowResizer(wm::WmWindowAura::Get(window),
+ resizer_.reset(CreateWindowResizer(WmWindowAura::Get(window),
window->bounds().origin(), HTCAPTION,
aura::client::WINDOW_MOVE_SOURCE_MOUSE)
.release());

Powered by Google App Engine
This is Rietveld 408576698