| Index: mojo/services/view_manager/public/cpp/view.h
|
| diff --git a/mojo/services/view_manager/public/cpp/view.h b/mojo/services/view_manager/public/cpp/view.h
|
| index 5e4cc7339e0e9eff0f6b84774c020b9d47169d9e..1215a3b4f234981ae513192cb96215d4daa57012 100644
|
| --- a/mojo/services/view_manager/public/cpp/view.h
|
| +++ b/mojo/services/view_manager/public/cpp/view.h
|
| @@ -124,11 +124,9 @@ class View {
|
|
|
| // Embedding.
|
| void Embed(const String& url);
|
| - scoped_ptr<ServiceProvider> Embed(
|
| - const String& url,
|
| - scoped_ptr<ServiceProviderImpl> exported_services);
|
| void Embed(const String& url,
|
| - InterfaceRequest<ServiceProvider> service_provider);
|
| + InterfaceRequest<ServiceProvider> services,
|
| + ServiceProviderPtr exposed_services);
|
|
|
| protected:
|
| // This class is subclassed only by test classes that provide a public ctor.
|
|
|