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

Unified Diff: services/ui/demo/mus_demo.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/demo/manifest.json ('k') | services/ui/demo/mus_demo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « services/ui/demo/manifest.json ('k') | services/ui/demo/mus_demo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698