Index: mojo/runner/android/apk/src/org/chromium/mojo/shell/Bootstrap.java |
diff --git a/mojo/runner/android/apk/src/org/chromium/mojo/shell/Bootstrap.java b/mojo/runner/android/apk/src/org/chromium/mojo/shell/Bootstrap.java |
index 9916c8312f10e2ce82b2986dfe3abc20e1a59f11..8ab201fd62727a0e8b8f1bc6677123fb2439261d 100644 |
--- a/mojo/runner/android/apk/src/org/chromium/mojo/shell/Bootstrap.java |
+++ b/mojo/runner/android/apk/src/org/chromium/mojo/shell/Bootstrap.java |
@@ -15,7 +15,7 @@ import java.io.File; |
* Java class with the application classloader in the call stack. We load this class in the |
* application classloader and call into native from it to achieve that. |
*/ |
-@JNINamespace("mojo::shell") |
+@JNINamespace("mojo::runner") |
public class Bootstrap implements Runnable { |
private final Context mContext; |
private final File mBootstrapNativeLibrary; |