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

Unified Diff: shell/android/library_loader.cc

Issue 1067173003: Remove mojo:: part of mojo::shell:: nested namespace in //shell. (Closed) Base URL: https://github.com/domokit/mojo.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: shell/android/library_loader.cc
diff --git a/shell/android/library_loader.cc b/shell/android/library_loader.cc
index 8479b2fccb0d51f9a20b08934da8cbe1c792c61b..f642f9c3c47cbf2e7ce8c72cf4b32ca304e4b1a9 100644
--- a/shell/android/library_loader.cc
+++ b/shell/android/library_loader.cc
@@ -16,12 +16,12 @@
namespace {
base::android::RegistrationMethod kMojoRegisteredMethods[] = {
- {"AndroidHandler", mojo::shell::RegisterAndroidHandlerJni},
- {"IntentReceiverRegistry", mojo::shell::RegisterIntentReceiverRegistry},
- {"Keyboard", mojo::shell::RegisterKeyboardJni},
+ {"AndroidHandler", shell::RegisterAndroidHandlerJni},
+ {"IntentReceiverRegistry", shell::RegisterIntentReceiverRegistry},
+ {"Keyboard", shell::RegisterKeyboardJni},
{"PlatformViewportAndroid",
native_viewport::PlatformViewportAndroid::Register},
- {"ShellMain", mojo::shell::RegisterShellMain},
+ {"ShellMain", shell::RegisterShellMain},
};
bool RegisterJNI(JNIEnv* env) {

Powered by Google App Engine
This is Rietveld 408576698