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

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

Issue 2613793002: Removes/promotes functions from WmWindowMus to WmWindowAura (Closed)
Patch Set: move WmWindowAuraTestApi to ash/test 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
« no previous file with comments | « ash/mus/non_client_frame_controller.cc ('k') | ash/mus/test/wm_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/test/wm_test_base.h
diff --git a/ash/mus/test/wm_test_base.h b/ash/mus/test/wm_test_base.h
index 7f750502ea53a744a0fc1c4b685d56cb2f3b82d0..24e2c620cc29cde6d10d4ae56a40724a97f298bc 100644
--- a/ash/mus/test/wm_test_base.h
+++ b/ash/mus/test/wm_test_base.h
@@ -8,7 +8,7 @@
#include <memory>
#include <string>
-#include "ash/mus/bridge/wm_window_mus_test_api.h"
+#include "ash/test/wm_window_aura_test_api.h"
#include "base/macros.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/display/display.h"
@@ -85,7 +85,8 @@ class WmTestBase : public testing::Test {
bool setup_called_ = false;
bool teardown_called_ = false;
std::unique_ptr<ui::ScopedAnimationDurationScaleMode> zero_duration_mode_;
- std::unique_ptr<WmWindowMusTestApi::GlobalMinimumSizeLock> minimum_size_lock_;
+ std::unique_ptr<WmWindowAuraTestApi::GlobalMinimumSizeLock>
+ minimum_size_lock_;
std::unique_ptr<WmTestHelper> test_helper_;
DISALLOW_COPY_AND_ASSIGN(WmTestBase);
« no previous file with comments | « ash/mus/non_client_frame_controller.cc ('k') | ash/mus/test/wm_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698