| 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 9916c8312f10e2ce82b2986dfe3abc20e1a59f11..4473776ca509aa1272e434efa17d14b84122dce8 100644
|
| --- a/shell/android/apk/src/org/chromium/mojo/shell/Bootstrap.java
|
| +++ b/shell/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("shell")
|
| public class Bootstrap implements Runnable {
|
| private final Context mContext;
|
| private final File mBootstrapNativeLibrary;
|
|
|