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

Unified Diff: services/ui/mus_app.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/manifest.json ('k') | services/ui/mus_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/mus_app.h
diff --git a/components/mus/mus_app.h b/services/ui/mus_app.h
similarity index 84%
rename from components/mus/mus_app.h
rename to services/ui/mus_app.h
index 6bffa5c1a726a277bac4fdd9c4a09ba400ca205c..67db1bade4ca79424502ed8b52676ebe71ebf690 100644
--- a/components/mus/mus_app.h
+++ b/services/ui/mus_app.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_MUS_APP_H_
-#define COMPONENTS_MUS_MUS_APP_H_
+#ifndef SERVICES_UI_MUS_APP_H_
+#define SERVICES_UI_MUS_APP_H_
#include <stdint.h>
@@ -14,25 +14,25 @@
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
-#include "components/mus/input_devices/input_device_server.h"
-#include "components/mus/public/interfaces/clipboard.mojom.h"
-#include "components/mus/public/interfaces/display.mojom.h"
-#include "components/mus/public/interfaces/gpu.mojom.h"
-#include "components/mus/public/interfaces/gpu_service.mojom.h"
-#include "components/mus/public/interfaces/user_access_manager.mojom.h"
-#include "components/mus/public/interfaces/user_activity_monitor.mojom.h"
-#include "components/mus/public/interfaces/window_manager_window_tree_factory.mojom.h"
-#include "components/mus/public/interfaces/window_server_test.mojom.h"
-#include "components/mus/public/interfaces/window_tree.mojom.h"
-#include "components/mus/public/interfaces/window_tree_host.mojom.h"
-#include "components/mus/ws/platform_display_init_params.h"
-#include "components/mus/ws/touch_controller.h"
-#include "components/mus/ws/user_id.h"
-#include "components/mus/ws/window_server_delegate.h"
#include "services/shell/public/cpp/application_runner.h"
#include "services/shell/public/cpp/interface_factory.h"
#include "services/shell/public/cpp/shell_client.h"
#include "services/tracing/public/cpp/tracing_impl.h"
+#include "services/ui/input_devices/input_device_server.h"
+#include "services/ui/public/interfaces/clipboard.mojom.h"
+#include "services/ui/public/interfaces/display.mojom.h"
+#include "services/ui/public/interfaces/gpu.mojom.h"
+#include "services/ui/public/interfaces/gpu_service.mojom.h"
+#include "services/ui/public/interfaces/user_access_manager.mojom.h"
+#include "services/ui/public/interfaces/user_activity_monitor.mojom.h"
+#include "services/ui/public/interfaces/window_manager_window_tree_factory.mojom.h"
+#include "services/ui/public/interfaces/window_server_test.mojom.h"
+#include "services/ui/public/interfaces/window_tree.mojom.h"
+#include "services/ui/public/interfaces/window_tree_host.mojom.h"
+#include "services/ui/ws/platform_display_init_params.h"
+#include "services/ui/ws/touch_controller.h"
+#include "services/ui/ws/user_id.h"
+#include "services/ui/ws/window_server_delegate.h"
#if defined(USE_OZONE)
#include "ui/ozone/public/client_native_pixmap_factory.h"
@@ -179,4 +179,4 @@ class MusApp
} // namespace mus
-#endif // COMPONENTS_MUS_MUS_APP_H_
+#endif // SERVICES_UI_MUS_APP_H_
« no previous file with comments | « services/ui/manifest.json ('k') | services/ui/mus_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698