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

Unified Diff: ash/mus/test/wm_test_base.cc

Issue 2613793002: Removes/promotes functions from WmWindowMus to WmWindowAura (Closed)
Patch Set: cleanup Created 3 years, 11 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/mus/test/wm_test_base.cc
diff --git a/ash/mus/test/wm_test_base.cc b/ash/mus/test/wm_test_base.cc
index e247c8834c875bb27d7f53fa7b4d028d76b41e9f..059351abecc1d19e5d97252a743fb9d8c95cf914 100644
--- a/ash/mus/test/wm_test_base.cc
+++ b/ash/mus/test/wm_test_base.cc
@@ -7,7 +7,7 @@
#include <algorithm>
#include <vector>
-#include "ash/mus/bridge/wm_window_mus_test_api.h"
+#include "ash/mus/bridge/wm_window_aura_test_api.h"
#include "ash/mus/root_window_controller.h"
#include "ash/mus/test/wm_test_helper.h"
#include "ash/mus/window_manager.h"
@@ -162,7 +162,7 @@ void WmTestBase::SetUp() {
ui::ScopedAnimationDurationScaleMode::ZERO_DURATION);
// Most tests expect a minimum size of 0x0.
minimum_size_lock_ =
- base::MakeUnique<WmWindowMusTestApi::GlobalMinimumSizeLock>();
+ base::MakeUnique<WmWindowAuraTestApi::GlobalMinimumSizeLock>();
test_helper_.reset(new WmTestHelper);
test_helper_->Init();
}
« ash/mus/BUILD.gn ('K') | « ash/mus/test/wm_test_base.h ('k') | ash/wm/window_properties.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698