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

Unified Diff: components/mus/android_loader.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/mus/android_loader.h ('k') | components/mus/client_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/android_loader.cc
diff --git a/components/mus/android_loader.cc b/components/mus/android_loader.cc
index 721be7179b618575842279fd9f7a97a2de4e8841..06b78691f6a335c8ccb537d39f956fa4fa285bad 100644
--- a/components/mus/android_loader.cc
+++ b/components/mus/android_loader.cc
@@ -4,10 +4,10 @@
#include "components/mus/android_loader.h"
-#include "components/mus/view_manager_app.h"
+#include "components/mus/mus_app.h"
#include "mojo/application/public/cpp/application_impl.h"
-namespace view_manager {
+namespace mus {
AndroidLoader::AndroidLoader() {}
AndroidLoader::~AndroidLoader() {}
@@ -16,8 +16,8 @@ void AndroidLoader::Load(
const GURL& url,
mojo::InterfaceRequest<mojo::Application> application_request) {
DCHECK(application_request.is_pending());
- app_.reset(new mojo::ApplicationImpl(new ViewManagerApp,
+ app_.reset(new mojo::ApplicationImpl(new MandolineUIServicesApp,
application_request.Pass()));
}
-} // namespace view_manager
+} // namespace mus
« no previous file with comments | « components/mus/android_loader.h ('k') | components/mus/client_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698