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

Unified Diff: services/ui/demo/mus_demo.cc

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/mus_demo.h ('k') | services/ui/gles2/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/demo/mus_demo.cc
diff --git a/components/mus/demo/mus_demo.cc b/services/ui/demo/mus_demo.cc
similarity index 96%
rename from components/mus/demo/mus_demo.cc
rename to services/ui/demo/mus_demo.cc
index 799f93ee9948077c4f943872efef13fa3ca66061..2f49beca65af7fb6b8e59da3dc7cc28ed4324fbc 100644
--- a/components/mus/demo/mus_demo.cc
+++ b/services/ui/demo/mus_demo.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/mus/demo/mus_demo.h"
+#include "services/ui/demo/mus_demo.h"
#include "base/time/time.h"
#include "components/bitmap_uploader/bitmap_uploader.h"
-#include "components/mus/common/gpu_service.h"
-#include "components/mus/public/cpp/window.h"
-#include "components/mus/public/cpp/window_tree_client.h"
#include "services/shell/public/cpp/connector.h"
+#include "services/ui/common/gpu_service.h"
+#include "services/ui/public/cpp/window.h"
+#include "services/ui/public/cpp/window_tree_client.h"
#include "third_party/skia/include/core/SkCanvas.h"
#include "third_party/skia/include/core/SkColor.h"
#include "third_party/skia/include/core/SkImageInfo.h"
« no previous file with comments | « services/ui/demo/mus_demo.h ('k') | services/ui/gles2/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698