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_ |