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

Unified Diff: mojo/runner/android/library_loader.cc

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
« no previous file with comments | « mojo/runner/android/bootstrap.cc ('k') | mojo/runner/android/main.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/android/library_loader.cc
diff --git a/mojo/runner/android/library_loader.cc b/mojo/runner/android/library_loader.cc
index e8f6ff8b44e5ded1156a067054f9bea1b3adbea3..f24843f54b92d819b129eeee571bf8f2b8988a2e 100644
--- a/mojo/runner/android/library_loader.cc
+++ b/mojo/runner/android/library_loader.cc
@@ -14,10 +14,10 @@
namespace {
base::android::RegistrationMethod kMojoRegisteredMethods[] = {
- {"AndroidHandler", mojo::shell::RegisterAndroidHandlerJni},
+ {"AndroidHandler", mojo::runner::RegisterAndroidHandlerJni},
{"PlatformViewportAndroid",
native_viewport::PlatformViewportAndroid::Register},
- {"ShellMain", mojo::shell::RegisterShellMain},
+ {"ShellMain", mojo::runner::RegisterShellMain},
};
bool RegisterJNI(JNIEnv* env) {
« no previous file with comments | « mojo/runner/android/bootstrap.cc ('k') | mojo/runner/android/main.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698