Index: services/ui/demo/mus_demo.h |
diff --git a/components/mus/demo/mus_demo.h b/services/ui/demo/mus_demo.h |
similarity index 91% |
rename from components/mus/demo/mus_demo.h |
rename to services/ui/demo/mus_demo.h |
index af5cb60ed6d3cd53333bcb48832264783d69514b..1fe7f8a6ec1395f14c65cc6ab4c1d61e8793b0aa 100644 |
--- a/components/mus/demo/mus_demo.h |
+++ b/services/ui/demo/mus_demo.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_MUS_DEMO_MUS_DEMO_H_ |
-#define COMPONENTS_MUS_DEMO_MUS_DEMO_H_ |
+#ifndef SERVICES_UI_DEMO_MUS_DEMO_H_ |
+#define SERVICES_UI_DEMO_MUS_DEMO_H_ |
#include <map> |
#include <memory> |
@@ -13,9 +13,9 @@ |
#include "base/callback.h" |
#include "base/macros.h" |
#include "base/timer/timer.h" |
-#include "components/mus/public/cpp/window_manager_delegate.h" |
-#include "components/mus/public/cpp/window_tree_client_delegate.h" |
#include "services/shell/public/cpp/shell_client.h" |
+#include "services/ui/public/cpp/window_manager_delegate.h" |
+#include "services/ui/public/cpp/window_tree_client_delegate.h" |
#include "third_party/skia/include/core/SkBitmap.h" |
namespace bitmap_uploader { |
@@ -89,4 +89,4 @@ class MusDemo : public shell::ShellClient, |
} // namespace mus_demo |
-#endif // COMPONENTS_MUS_DEMO_MUS_DEMO_H_ |
+#endif // SERVICES_UI_DEMO_MUS_DEMO_H_ |