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

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: Updated all the namespaces in mus 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
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;
}

Powered by Google App Engine
This is Rietveld 408576698