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

Unified Diff: mojo/services/view_manager/root_node_manager.h

Issue 380413003: Mojo: Use InterfaceFactory<Interface> for service registration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review feedback Created 6 years, 5 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: mojo/services/view_manager/root_node_manager.h
diff --git a/mojo/services/view_manager/root_node_manager.h b/mojo/services/view_manager/root_node_manager.h
index b2f21a74bcfeba931b37a9dd020c143500dc7534..f4689122d9ae179f806e7eea08d0922fb98dd21a 100644
--- a/mojo/services/view_manager/root_node_manager.h
+++ b/mojo/services/view_manager/root_node_manager.h
@@ -185,8 +185,8 @@ class MOJO_VIEW_MANAGER_EXPORT RootNodeManager
// Implementation of the two embed variants.
ViewManagerServiceImpl* EmbedImpl(ConnectionSpecificId creator_id,
- const String& url,
- const Array<Id>& node_ids);
+ const String& url,
+ const Array<Id>& node_ids);
// Overridden from NodeDelegate:
virtual void OnNodeDestroyed(const Node* node) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698