| Index: services/ui/ws/animation_runner_unittest.cc
|
| diff --git a/components/mus/ws/animation_runner_unittest.cc b/services/ui/ws/animation_runner_unittest.cc
|
| similarity index 98%
|
| rename from components/mus/ws/animation_runner_unittest.cc
|
| rename to services/ui/ws/animation_runner_unittest.cc
|
| index 660a920b313356f518f7e541b89d3eaf1abe969d..e512519989a021823baada6ca967eb8577566488 100644
|
| --- a/components/mus/ws/animation_runner_unittest.cc
|
| +++ b/services/ui/ws/animation_runner_unittest.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/mus/ws/animation_runner.h"
|
| +#include "services/ui/ws/animation_runner.h"
|
|
|
| #include "base/strings/stringprintf.h"
|
| -#include "components/mus/public/interfaces/window_manager_constants.mojom.h"
|
| -#include "components/mus/ws/animation_runner_observer.h"
|
| -#include "components/mus/ws/scheduled_animation_group.h"
|
| -#include "components/mus/ws/server_window.h"
|
| -#include "components/mus/ws/test_server_window_delegate.h"
|
| +#include "services/ui/public/interfaces/window_manager_constants.mojom.h"
|
| +#include "services/ui/ws/animation_runner_observer.h"
|
| +#include "services/ui/ws/scheduled_animation_group.h"
|
| +#include "services/ui/ws/server_window.h"
|
| +#include "services/ui/ws/test_server_window_delegate.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| using base::TimeDelta;
|
|
|