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

Unified Diff: services/ui/ws/display_binding.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/display.cc ('k') | services/ui/ws/display_binding.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/display_binding.h
diff --git a/components/mus/ws/display_binding.h b/services/ui/ws/display_binding.h
similarity index 83%
rename from components/mus/ws/display_binding.h
rename to services/ui/ws/display_binding.h
index e1f46124870e03fb4c31a5c9c8f557c6259eefc1..213360bc760034268d67bdb900fe49229aa0293f 100644
--- a/components/mus/ws/display_binding.h
+++ b/services/ui/ws/display_binding.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_MUS_WS_DISPLAY_BINDING_H_
-#define COMPONENTS_MUS_WS_DISPLAY_BINDING_H_
+#ifndef SERVICES_UI_WS_DISPLAY_BINDING_H_
+#define SERVICES_UI_WS_DISPLAY_BINDING_H_
#include <memory>
#include "base/macros.h"
-#include "components/mus/public/interfaces/window_tree_host.mojom.h"
-#include "components/mus/ws/display.h"
-#include "components/mus/ws/user_id.h"
#include "mojo/public/cpp/bindings/binding.h"
+#include "services/ui/public/interfaces/window_tree_host.mojom.h"
+#include "services/ui/ws/display.h"
+#include "services/ui/ws/user_id.h"
namespace mus {
namespace ws {
@@ -57,4 +57,4 @@ class DisplayBindingImpl : public DisplayBinding {
} // namespace ws
} // namespace mus
-#endif // COMPONENTS_MUS_WS_DISPLAY_BINDING_H_
+#endif // SERVICES_UI_WS_DISPLAY_BINDING_H_
« no previous file with comments | « services/ui/ws/display.cc ('k') | services/ui/ws/display_binding.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698