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

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

Issue 1340983002: Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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
« no previous file with comments | « components/mus/public/cpp/view_tracker.cc ('k') | components/mus/public/cpp/view_tree_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/view_tree_connection.h
diff --git a/components/mus/public/cpp/view_tree_connection.h b/components/mus/public/cpp/view_tree_connection.h
index 36b8588f43c3e2f08f4ca37564f004f2b62e34e1..984e664bd2b6f40bb654d023864996b4fb0d9d56 100644
--- a/components/mus/public/cpp/view_tree_connection.h
+++ b/components/mus/public/cpp/view_tree_connection.h
@@ -11,7 +11,8 @@
#include "components/mus/public/interfaces/view_tree.mojom.h"
#include "third_party/mojo/src/mojo/public/cpp/bindings/interface_request.h"
-namespace mojo {
+namespace mus {
+
class View;
class ViewTreeDelegate;
@@ -23,8 +24,9 @@ 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,
+ mojo::InterfaceRequest<mojo::ViewTreeClient> request);
// Returns the root of this connection.
virtual View* GetRoot() = 0;
@@ -47,6 +49,6 @@ class ViewTreeConnection {
virtual ConnectionSpecificId GetConnectionId() = 0;
};
-} // namespace mojo
+} // namespace mus
#endif // COMPONENTS_MUS_PUBLIC_CPP_VIEW_TREE_CONNECTION_H_
« no previous file with comments | « components/mus/public/cpp/view_tracker.cc ('k') | components/mus/public/cpp/view_tree_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698