Index: services/ui/public/cpp/window.h |
diff --git a/components/mus/public/cpp/window.h b/services/ui/public/cpp/window.h |
similarity index 97% |
rename from components/mus/public/cpp/window.h |
rename to services/ui/public/cpp/window.h |
index eabc6098a5b098c5b812977227e70bd4458c2cd1..e275ad064140dc9d702f626e7b5ae18ac8d9126b 100644 |
--- a/components/mus/public/cpp/window.h |
+++ b/services/ui/public/cpp/window.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_PUBLIC_CPP_WINDOW_H_ |
-#define COMPONENTS_MUS_PUBLIC_CPP_WINDOW_H_ |
+#ifndef SERVICES_UI_PUBLIC_CPP_WINDOW_H_ |
+#define SERVICES_UI_PUBLIC_CPP_WINDOW_H_ |
#include <stdint.h> |
#include <vector> |
@@ -11,11 +11,11 @@ |
#include "base/callback.h" |
#include "base/macros.h" |
#include "base/observer_list.h" |
-#include "components/mus/common/types.h" |
-#include "components/mus/public/interfaces/mus_constants.mojom.h" |
-#include "components/mus/public/interfaces/window_tree.mojom.h" |
#include "mojo/public/cpp/bindings/array.h" |
#include "services/shell/public/interfaces/interface_provider.mojom.h" |
+#include "services/ui/common/types.h" |
+#include "services/ui/public/interfaces/mus_constants.mojom.h" |
+#include "services/ui/public/interfaces/window_tree.mojom.h" |
#include "ui/gfx/geometry/insets.h" |
#include "ui/gfx/geometry/rect.h" |
@@ -353,4 +353,4 @@ class Window { |
} // namespace mus |
-#endif // COMPONENTS_MUS_PUBLIC_CPP_WINDOW_H_ |
+#endif // SERVICES_UI_PUBLIC_CPP_WINDOW_H_ |