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

Unified Diff: services/ui/public/cpp/window_tree_client.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/public/cpp/window_tracker.h ('k') | services/ui/public/cpp/window_tree_client_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/window_tree_client.h
diff --git a/components/mus/public/cpp/window_tree_client.h b/services/ui/public/cpp/window_tree_client.h
similarity index 97%
rename from components/mus/public/cpp/window_tree_client.h
rename to services/ui/public/cpp/window_tree_client.h
index 4c66d9f409ee0a8ec5ed6254e6534138516af7a1..e01c74a01723fac43a4f27fa16ce1615fb58b77f 100644
--- a/components/mus/public/cpp/window_tree_client.h
+++ b/services/ui/public/cpp/window_tree_client.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_TREE_CLIENT_H_
-#define COMPONENTS_MUS_PUBLIC_CPP_WINDOW_TREE_CLIENT_H_
+#ifndef SERVICES_UI_PUBLIC_CPP_WINDOW_TREE_CLIENT_H_
+#define SERVICES_UI_PUBLIC_CPP_WINDOW_TREE_CLIENT_H_
#include <stdint.h>
@@ -16,12 +16,12 @@
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
#include "base/observer_list.h"
-#include "components/mus/common/types.h"
-#include "components/mus/public/cpp/window.h"
-#include "components/mus/public/cpp/window_manager_delegate.h"
-#include "components/mus/public/interfaces/window_tree.mojom.h"
#include "mojo/public/cpp/bindings/associated_binding.h"
#include "mojo/public/cpp/bindings/strong_binding.h"
+#include "services/ui/common/types.h"
+#include "services/ui/public/cpp/window.h"
+#include "services/ui/public/cpp/window_manager_delegate.h"
+#include "services/ui/public/interfaces/window_tree.mojom.h"
namespace display {
class Display;
@@ -404,4 +404,4 @@ class WindowTreeClient : public mojom::WindowTreeClient,
} // namespace mus
-#endif // COMPONENTS_MUS_PUBLIC_CPP_WINDOW_TREE_CLIENT_H_
+#endif // SERVICES_UI_PUBLIC_CPP_WINDOW_TREE_CLIENT_H_
« no previous file with comments | « services/ui/public/cpp/window_tracker.h ('k') | services/ui/public/cpp/window_tree_client_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698