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

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

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/apk/src/org/chromium/mojo/shell/Keyboard.java
diff --git a/shell/android/apk/src/org/chromium/mojo/shell/Keyboard.java b/shell/android/apk/src/org/chromium/mojo/shell/Keyboard.java
index e13ddea57de86bc6f616e8a447ec7f0e7db84e49..9c4875c739ab9a2b09ce76642808c9f854c9608b 100644
--- a/shell/android/apk/src/org/chromium/mojo/shell/Keyboard.java
+++ b/shell/android/apk/src/org/chromium/mojo/shell/Keyboard.java
@@ -15,7 +15,7 @@ import org.chromium.base.JNINamespace;
/**
* Interaction with the keyboard.
*/
-@JNINamespace("mojo::shell")
+@JNINamespace("shell")
public class Keyboard {
@CalledByNative
private static void showSoftKeyboard(Activity activity) {

Powered by Google App Engine
This is Rietveld 408576698