| 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 3b9809784d0114e200b20d92dac2792062c7b22a..6756c99170af19adb2d341161eb8428f8f2e4291 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://mus/")
 | 
| -    return make_scoped_ptr(new view_manager::ViewManagerApp);
 | 
| +    return make_scoped_ptr(new mus::MandolineUIServicesApp);
 | 
|    return nullptr;
 | 
|  }
 | 
|  
 | 
| 
 |