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 |