| Index: mandoline/services/core_services/application_delegate_factory_notandroid.cc
|
| diff --git a/mandoline/services/core_services/application_delegate_factory_notandroid.cc b/mandoline/services/core_services/application_delegate_factory_notandroid.cc
|
| index 6756c99170af19adb2d341161eb8428f8f2e4291..8ea2af036ffc401a458a125a5580af3b0ddf9b3f 100644
|
| --- a/mandoline/services/core_services/application_delegate_factory_notandroid.cc
|
| +++ b/mandoline/services/core_services/application_delegate_factory_notandroid.cc
|
| @@ -10,7 +10,7 @@
|
|
|
| namespace core_services {
|
|
|
| -scoped_ptr<mojo::ApplicationDelegate> CreateApplicationDelegateNotAndroid(
|
| +scoped_ptr<mojo::ShellClient> CreateApplicationDelegateNotAndroid(
|
| const std::string& url) {
|
| if (url == "mojo://network_service/")
|
| return make_scoped_ptr(new mojo::NetworkServiceDelegate);
|
|
|