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 fb7194c0c87746a2f03693696955aeeb16e78c1e..e343060ae9b6d52d0bb4d54efee030831f5c719b 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 @@ void CoreServicesApplicationDelegate::StartApplication( |
delegate.reset(new mandoline::BrowserManager); |
else if (url == "mojo://clipboard/") |
delegate.reset(new clipboard::ClipboardApplicationDelegate); |
- else if (url == "mojo://filesystem_service/") |
+ else if (url == "mojo://filesystem/") |
delegate.reset(new filesystem::FileSystemApp); |
else if (url == "mojo://network_service/") |
delegate.reset(new NetworkServiceDelegate); |