| Index: ash/wm/overview/cleanup_animation_observer_unittest.cc
|
| diff --git a/ash/common/wm/overview/cleanup_animation_observer_unittest.cc b/ash/wm/overview/cleanup_animation_observer_unittest.cc
|
| similarity index 97%
|
| rename from ash/common/wm/overview/cleanup_animation_observer_unittest.cc
|
| rename to ash/wm/overview/cleanup_animation_observer_unittest.cc
|
| index a4db1edaaeff9db98f054ce61d3e72a5cb94d0d9..1cfc762bd1846eb7b25a66a179a8127b6fffde75 100644
|
| --- a/ash/common/wm/overview/cleanup_animation_observer_unittest.cc
|
| +++ b/ash/wm/overview/cleanup_animation_observer_unittest.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/wm/overview/cleanup_animation_observer.h"
|
| +#include "ash/wm/overview/cleanup_animation_observer.h"
|
|
|
| #include <vector>
|
|
|
| -#include "ash/common/wm/overview/window_selector_delegate.h"
|
| -#include "ash/common/wm_window.h"
|
| #include "ash/test/ash_test_base.h"
|
| +#include "ash/wm/overview/window_selector_delegate.h"
|
| +#include "ash/wm_window.h"
|
| #include "ui/compositor/layer_animation_observer.h"
|
| #include "ui/compositor/scoped_animation_duration_scale_mode.h"
|
| #include "ui/compositor/scoped_layer_animation_settings.h"
|
|
|