| Index: mojo/shell/standalone/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/shell/standalone/android/apk/src/org/chromium/mojo/shell/Bootstrap.java
|
| similarity index 98%
|
| rename from mojo/runner/android/apk/src/org/chromium/mojo/shell/Bootstrap.java
|
| rename to mojo/shell/standalone/android/apk/src/org/chromium/mojo/shell/Bootstrap.java
|
| index 4f21f2dd63a6a79f1091e9c450e59db76b48beef..3899bc7041db1ccc0b1428c9bc8f33edd225779b 100644
|
| --- a/mojo/runner/android/apk/src/org/chromium/mojo/shell/Bootstrap.java
|
| +++ b/mojo/shell/standalone/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::runner")
|
| +@JNINamespace("mojo::shell")
|
| public class Bootstrap implements Runnable {
|
| private final Context mContext;
|
| private final File mBootstrapNativeLibrary;
|
|
|