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

Unified Diff: chrome/browser/ui/ash/window_positioner_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: 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() {

Powered by Google App Engine
This is Rietveld 408576698