| Index: components/view_manager/view_manager_app.h
|
| diff --git a/components/view_manager/view_manager_app.h b/components/view_manager/view_manager_app.h
|
| index d518e02bf483a9a780d039e3d75c37d6e1508d5b..34631b100bbbe2d5465e344bb58e63209cb30646 100644
|
| --- a/components/view_manager/view_manager_app.h
|
| +++ b/components/view_manager/view_manager_app.h
|
| @@ -43,7 +43,7 @@ class ViewManagerApp : public mojo::ApplicationDelegate,
|
| mojo::InterfaceRequest<mojo::ViewManagerService> service_request,
|
| mojo::ConnectionSpecificId creator_id,
|
| const std::string& creator_url,
|
| - const std::string& url,
|
| + mojo::URLRequestPtr request,
|
| const ViewId& root_id) override;
|
| ClientConnection* CreateClientConnectionForEmbedAtView(
|
| ConnectionManager* connection_manager,
|
|
|