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

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

Issue 2629643002: chromeos: Renames WmWindowAura to WmWindow (Closed)
Patch Set: feedback 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/test/wm_test_base.h ('k') | ash/mus/window_manager.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.cc
diff --git a/ash/mus/test/wm_test_base.cc b/ash/mus/test/wm_test_base.cc
index 4acbe724d91a57266828da9a04cfac065eec060f..e00434775d1063dab1e5a89b3c9b1486b5c06e96 100644
--- a/ash/mus/test/wm_test_base.cc
+++ b/ash/mus/test/wm_test_base.cc
@@ -15,7 +15,7 @@
#include "ash/mus/window_manager_application.h"
#include "ash/public/cpp/session_types.h"
#include "ash/public/interfaces/session_controller.mojom.h"
-#include "ash/test/wm_window_aura_test_api.h"
+#include "ash/test/wm_window_test_api.h"
#include "base/memory/ptr_util.h"
#include "services/ui/public/cpp/property_type_converters.h"
#include "ui/aura/mus/property_converter.h"
@@ -166,7 +166,7 @@ void WmTestBase::SetUp() {
ui::ScopedAnimationDurationScaleMode::ZERO_DURATION);
// Most tests expect a minimum size of 0x0.
minimum_size_lock_ =
- base::MakeUnique<WmWindowAuraTestApi::GlobalMinimumSizeLock>();
+ base::MakeUnique<WmWindowTestApi::GlobalMinimumSizeLock>();
test_helper_.reset(new WmTestHelper);
test_helper_->Init();
« no previous file with comments | « ash/mus/test/wm_test_base.h ('k') | ash/mus/window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698