Index: components/view_manager/connection_manager.h |
diff --git a/components/view_manager/connection_manager.h b/components/view_manager/connection_manager.h |
index 889c32dd48c0b1a7544c8d4b6de5bf26b8657d12..efc0f4a8c2dbfd4b7cf0e6b97df77e36fa168750 100644 |
--- a/components/view_manager/connection_manager.h |
+++ b/components/view_manager/connection_manager.h |
@@ -89,7 +89,7 @@ class ConnectionManager : public ServerViewDelegate, |
// See description of ViewManagerService::Embed() for details. This assumes |
// |transport_view_id| is valid. |
void EmbedAtView(mojo::ConnectionSpecificId creator_id, |
- const std::string& url, |
+ mojo::URLRequestPtr request, |
const ViewId& view_id, |
mojo::InterfaceRequest<mojo::ServiceProvider> services, |
mojo::ServiceProviderPtr exposed_services); |