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

Unified Diff: mojo/runner/android/main.cc

Issue 1351013002: Revert of Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « mojo/gles2/command_buffer_client_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/android/main.cc
diff --git a/mojo/runner/android/main.cc b/mojo/runner/android/main.cc
index 6b17e6bec18b8e6a7adbea17568fa0906549f6f2..3c014624bd6fd9b58062306d42187c576b84824d 100644
--- a/mojo/runner/android/main.cc
+++ b/mojo/runner/android/main.cc
@@ -56,9 +56,9 @@
void ConfigureAndroidServices(Context* context) {
context->application_manager()->SetLoaderForURL(
- make_scoped_ptr(
- new UIApplicationLoader(make_scoped_ptr(new mus::AndroidLoader()),
- g_java_message_loop.Get().get())),
+ make_scoped_ptr(new UIApplicationLoader(
+ make_scoped_ptr(new view_manager::AndroidLoader()),
+ g_java_message_loop.Get().get())),
GURL("mojo:mus"));
// Android handler is bundled with the Mojo shell, because it uses the
« no previous file with comments | « mojo/gles2/command_buffer_client_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698