| Index: services/ui/ws/scheduled_animation_group.h
|
| diff --git a/components/mus/ws/scheduled_animation_group.h b/services/ui/ws/scheduled_animation_group.h
|
| similarity index 93%
|
| rename from components/mus/ws/scheduled_animation_group.h
|
| rename to services/ui/ws/scheduled_animation_group.h
|
| index 2c19bcd2e09fbe2d33733906df207bff5432b97f..4f8440ca535f61975d9eacad686a9c7d8ea4fc5a 100644
|
| --- a/components/mus/ws/scheduled_animation_group.h
|
| +++ b/services/ui/ws/scheduled_animation_group.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_MUS_WS_SCHEDULED_ANIMATION_GROUP_H_
|
| -#define COMPONENTS_MUS_WS_SCHEDULED_ANIMATION_GROUP_H_
|
| +#ifndef SERVICES_UI_WS_SCHEDULED_ANIMATION_GROUP_H_
|
| +#define SERVICES_UI_WS_SCHEDULED_ANIMATION_GROUP_H_
|
|
|
| #include <memory>
|
| #include <vector>
|
|
|
| #include "base/time/time.h"
|
| -#include "components/mus/public/interfaces/animations.mojom.h"
|
| +#include "services/ui/public/interfaces/animations.mojom.h"
|
| #include "ui/gfx/animation/tween.h"
|
| #include "ui/gfx/transform.h"
|
|
|
| @@ -113,4 +113,4 @@ class ScheduledAnimationGroup {
|
| } // namespace ws
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_WS_SCHEDULED_ANIMATION_GROUP_H_
|
| +#endif // SERVICES_UI_WS_SCHEDULED_ANIMATION_GROUP_H_
|
|
|