Index: shell/android/apk/src/org/chromium/mojo/shell/Bootstrap.java |
diff --git a/shell/android/apk/src/org/chromium/mojo/shell/Bootstrap.java b/shell/android/apk/src/org/chromium/mojo/shell/Bootstrap.java |
index b0a0719eae72c963a169484322a2ef14fffbd629..9916c8312f10e2ce82b2986dfe3abc20e1a59f11 100644 |
--- a/shell/android/apk/src/org/chromium/mojo/shell/Bootstrap.java |
+++ b/shell/android/apk/src/org/chromium/mojo/shell/Bootstrap.java |
@@ -15,9 +15,8 @@ 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") |
+@JNINamespace("mojo::shell") |
public class Bootstrap implements Runnable { |
- |
private final Context mContext; |
private final File mBootstrapNativeLibrary; |
private final File mApplicationNativeLibrary; |