Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(782)

Unified Diff: mandoline/services/core_services/application_delegate_factory_notandroid.cc

Issue 1340983002: Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/web_view/web_view_impl.cc ('k') | mandoline/ui/aura/aura_init.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « components/web_view/web_view_impl.cc ('k') | mandoline/ui/aura/aura_init.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698