Index: components/mus/public/cpp/view_tree_connection.h |
diff --git a/components/view_manager/public/cpp/view_tree_connection.h b/components/mus/public/cpp/view_tree_connection.h |
similarity index 86% |
rename from components/view_manager/public/cpp/view_tree_connection.h |
rename to components/mus/public/cpp/view_tree_connection.h |
index 31324349dd8359e5b0eb27cda1cac0ef3639edab..a99bfa9730543ab8f4cc97cd00c9732a8e549178 100644 |
--- a/components/view_manager/public/cpp/view_tree_connection.h |
+++ b/components/mus/public/cpp/view_tree_connection.h |
@@ -7,8 +7,8 @@ |
#include <string> |
-#include "components/view_manager/public/cpp/types.h" |
-#include "components/view_manager/public/interfaces/view_tree.mojom.h" |
+#include "components/mus/public/cpp/types.h" |
+#include "components/mus/public/interfaces/view_tree.mojom.h" |
#include "third_party/mojo/src/mojo/public/cpp/bindings/interface_request.h" |
namespace mojo { |
@@ -23,9 +23,8 @@ class ViewTreeConnection { |
// The returned ViewTreeConnection instance owns itself, and is deleted when |
// the last root is destroyed or the connection to the service is broken. |
- static ViewTreeConnection* Create( |
- ViewTreeDelegate* delegate, |
- InterfaceRequest<ViewTreeClient> request); |
+ static ViewTreeConnection* Create(ViewTreeDelegate* delegate, |
+ InterfaceRequest<ViewTreeClient> request); |
// Returns the root of this connection. |
virtual View* GetRoot() = 0; |