Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: mojo/runner/android/apk/src/org/chromium/mojo/shell/ShellMain.java

Issue 1107233002: Move runner stuff into a runner namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/runner/android/apk/src/org/chromium/mojo/shell/ShellMain.java
diff --git a/mojo/runner/android/apk/src/org/chromium/mojo/shell/ShellMain.java b/mojo/runner/android/apk/src/org/chromium/mojo/shell/ShellMain.java
index 1f55fa2c86776366a1b887e3f90d2a46f8325e57..7b9d67d0036fb58cb4c303aa24cc934884baba34 100644
--- a/mojo/runner/android/apk/src/org/chromium/mojo/shell/ShellMain.java
+++ b/mojo/runner/android/apk/src/org/chromium/mojo/shell/ShellMain.java
@@ -19,7 +19,7 @@ import java.util.List;
/**
* A placeholder class to call native functions.
**/
-@JNINamespace("mojo::shell")
+@JNINamespace("mojo::runner")
public class ShellMain {
private static final String TAG = "ShellMain";
@@ -29,7 +29,7 @@ public class ShellMain {
private static final String NETWORK_LIBRARY_APP = "network_service.mojo";
// The mojo_shell library is also an executable run in forked processes when running
// multi-process.
- private static final String MOJO_SHELL_EXECUTABLE = "libmojo_shell.so";
+ private static final String MOJO_SHELL_EXECUTABLE = "libmojo_runner.so";
/**
* A guard flag for calling nativeInit() only once.

Powered by Google App Engine
This is Rietveld 408576698