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

Unified Diff: services/ui/ws/platform_display.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/operation.cc ('k') | services/ui/ws/platform_display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/platform_display.h
diff --git a/components/mus/ws/platform_display.h b/services/ui/ws/platform_display.h
similarity index 92%
rename from components/mus/ws/platform_display.h
rename to services/ui/ws/platform_display.h
index e16a46c193687d300d7628f30966eec5f9d4edc3..7f396e425af86199131fe4ec51e96782174d4da7 100644
--- a/components/mus/ws/platform_display.h
+++ b/services/ui/ws/platform_display.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_WS_PLATFORM_DISPLAY_H_
-#define COMPONENTS_MUS_WS_PLATFORM_DISPLAY_H_
+#ifndef SERVICES_UI_WS_PLATFORM_DISPLAY_H_
+#define SERVICES_UI_WS_PLATFORM_DISPLAY_H_
#include <stdint.h>
@@ -16,11 +16,11 @@
#include "base/timer/timer.h"
#include "build/build_config.h"
#include "cc/surfaces/surface.h"
-#include "components/mus/public/interfaces/window_manager.mojom.h"
-#include "components/mus/public/interfaces/window_manager_constants.mojom.h"
-#include "components/mus/public/interfaces/window_tree.mojom.h"
-#include "components/mus/ws/platform_display_delegate.h"
-#include "components/mus/ws/platform_display_init_params.h"
+#include "services/ui/public/interfaces/window_manager.mojom.h"
+#include "services/ui/public/interfaces/window_manager_constants.mojom.h"
+#include "services/ui/public/interfaces/window_tree.mojom.h"
+#include "services/ui/ws/platform_display_delegate.h"
+#include "services/ui/ws/platform_display_init_params.h"
#include "ui/gfx/geometry/rect.h"
#include "ui/platform_window/platform_window_delegate.h"
@@ -192,4 +192,4 @@ class DefaultPlatformDisplay : public PlatformDisplay,
} // namespace mus
-#endif // COMPONENTS_MUS_WS_PLATFORM_DISPLAY_H_
+#endif // SERVICES_UI_WS_PLATFORM_DISPLAY_H_
« no previous file with comments | « services/ui/ws/operation.cc ('k') | services/ui/ws/platform_display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698