Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(423)

Unified Diff: services/ui/ws/scheduled_animation_group.h

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/ui/ws/platform_screen_impl_ozone.cc ('k') | services/ui/ws/scheduled_animation_group.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « services/ui/ws/platform_screen_impl_ozone.cc ('k') | services/ui/ws/scheduled_animation_group.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698