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

Unified Diff: components/mus/public/cpp/view_tree_connection.h

Issue 1344573002: Mandoline: Rename components/view_manager to components/mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
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;

Powered by Google App Engine
This is Rietveld 408576698