| Index: mandoline/services/core_services/core_services_application_delegate.cc
|
| diff --git a/mandoline/services/core_services/core_services_application_delegate.cc b/mandoline/services/core_services/core_services_application_delegate.cc
|
| index e343060ae9b6d52d0bb4d54efee030831f5c719b..fb7194c0c87746a2f03693696955aeeb16e78c1e 100644
|
| --- a/mandoline/services/core_services/core_services_application_delegate.cc
|
| +++ b/mandoline/services/core_services/core_services_application_delegate.cc
|
| @@ -125,7 +125,7 @@
|
| delegate.reset(new mandoline::BrowserManager);
|
| else if (url == "mojo://clipboard/")
|
| delegate.reset(new clipboard::ClipboardApplicationDelegate);
|
| - else if (url == "mojo://filesystem/")
|
| + else if (url == "mojo://filesystem_service/")
|
| delegate.reset(new filesystem::FileSystemApp);
|
| else if (url == "mojo://network_service/")
|
| delegate.reset(new NetworkServiceDelegate);
|
|
|