| 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();
|
| }
|
|
|