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

Unified Diff: components/mus/connection_manager_delegate.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/connection_manager.cc ('k') | components/mus/default_access_policy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/connection_manager_delegate.h
diff --git a/components/mus/connection_manager_delegate.h b/components/mus/connection_manager_delegate.h
index 8a1714633dc17f2e47d4e3a8f8a8be852a2dffd6..8d7a0259703f4859a4a1655145c2109618662e60 100644
--- a/components/mus/connection_manager_delegate.h
+++ b/components/mus/connection_manager_delegate.h
@@ -11,15 +11,12 @@
#include "components/mus/public/interfaces/view_tree.mojom.h"
#include "third_party/mojo/src/mojo/public/cpp/bindings/interface_request.h"
-namespace mojo {
-class ViewTree;
-}
-
-namespace view_manager {
+namespace mus {
class ClientConnection;
class ConnectionManager;
struct ViewId;
+class ViewTree;
class ConnectionManagerDelegate {
public:
@@ -30,14 +27,14 @@ class ConnectionManagerDelegate {
virtual ClientConnection* CreateClientConnectionForEmbedAtView(
ConnectionManager* connection_manager,
mojo::InterfaceRequest<mojo::ViewTree> tree_request,
- mojo::ConnectionSpecificId creator_id,
+ ConnectionSpecificId creator_id,
mojo::URLRequestPtr request,
const ViewId& root_id,
uint32_t policy_bitmask) = 0;
virtual ClientConnection* CreateClientConnectionForEmbedAtView(
ConnectionManager* connection_manager,
mojo::InterfaceRequest<mojo::ViewTree> tree_request,
- mojo::ConnectionSpecificId creator_id,
+ ConnectionSpecificId creator_id,
const ViewId& root_id,
uint32_t policy_bitmask,
mojo::ViewTreeClientPtr client) = 0;
@@ -46,6 +43,6 @@ class ConnectionManagerDelegate {
virtual ~ConnectionManagerDelegate() {}
};
-} // namespace view_manager
+} // namespace mus
#endif // COMPONENTS_MUS_CONNECTION_MANAGER_DELEGATE_H_
« no previous file with comments | « components/mus/connection_manager.cc ('k') | components/mus/default_access_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698