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 64a0b2d8c28d27ca953515a02788291fcf3f031b..302f892ffbccf5df16535f06e935bd746a456ecf 100644 |
--- a/mandoline/services/core_services/application_delegate_factory_notandroid.cc |
+++ b/mandoline/services/core_services/application_delegate_factory_notandroid.cc |
@@ -4,7 +4,7 @@ |
#include "mandoline/services/core_services/application_delegate_factory.h" |
-#include "components/mus/view_manager_app.h" |
+#include "components/mus/mus_app.h" |
#include "components/resource_provider/resource_provider_app.h" |
#include "mojo/services/network/network_service_delegate.h" |
@@ -19,7 +19,7 @@ scoped_ptr<mojo::ApplicationDelegate> CreateApplicationDelegateNotAndroid( |
new resource_provider::ResourceProviderApp("mojo:core_services")); |
} |
if (url == "mojo://view_manager/") |
- return make_scoped_ptr(new view_manager::ViewManagerApp); |
+ return make_scoped_ptr(new mus::MandolineUIServicesApp); |
return nullptr; |
} |