| Index: mojo/services/view_manager/view_manager_service_impl.h
|
| diff --git a/mojo/services/view_manager/view_manager_service_impl.h b/mojo/services/view_manager/view_manager_service_impl.h
|
| index 00b61cb76eeb4a84795243294b924fbcd7861dd5..3c0eb71177a5530c0af42e2d57618fe21de9c876 100644
|
| --- a/mojo/services/view_manager/view_manager_service_impl.h
|
| +++ b/mojo/services/view_manager/view_manager_service_impl.h
|
| @@ -205,9 +205,9 @@ class MOJO_VIEW_MANAGER_EXPORT ViewManagerServiceImpl
|
| virtual void SetNodeVisibility(Id transport_node_id,
|
| bool visible,
|
| const Callback<void(bool)>& callback) OVERRIDE;
|
| - virtual void Embed(const mojo::String& url,
|
| + virtual void Embed(const String& url,
|
| Id transport_node_id,
|
| - const mojo::Callback<void(bool)>& callback) OVERRIDE;
|
| + const Callback<void(bool)>& callback) OVERRIDE;
|
| virtual void DispatchOnViewInputEvent(Id transport_view_id,
|
| EventPtr event) OVERRIDE;
|
|
|
|
|