| Index: services/ui/ws/scheduled_animation_group.cc
|
| diff --git a/components/mus/ws/scheduled_animation_group.cc b/services/ui/ws/scheduled_animation_group.cc
|
| similarity index 99%
|
| rename from components/mus/ws/scheduled_animation_group.cc
|
| rename to services/ui/ws/scheduled_animation_group.cc
|
| index d76b7895597148ffd6f005c1158b1b4ecdddeddc..4198d52b12e0985b7c67214f6d8d243781b596b2 100644
|
| --- a/components/mus/ws/scheduled_animation_group.cc
|
| +++ b/services/ui/ws/scheduled_animation_group.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/mus/ws/scheduled_animation_group.h"
|
| +#include "services/ui/ws/scheduled_animation_group.h"
|
|
|
| #include <set>
|
|
|
| -#include "components/mus/ws/server_window.h"
|
| +#include "services/ui/ws/server_window.h"
|
|
|
| using mus::mojom::AnimationProperty;
|
|
|
|
|