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

Unified Diff: shell/android/apk/src/org/chromium/mojo/shell/ShellMain.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/ShellMain.java
diff --git a/shell/android/apk/src/org/chromium/mojo/shell/ShellMain.java b/shell/android/apk/src/org/chromium/mojo/shell/ShellMain.java
index 7ed365655353b77969f3df27dd5b105ea6f2406f..e1ac1e7550bdfbd1026f0c1f3570d9d8f367a549 100644
--- a/shell/android/apk/src/org/chromium/mojo/shell/ShellMain.java
+++ b/shell/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("shell")
public class ShellMain {
private static final String TAG = "ShellMain";

Powered by Google App Engine
This is Rietveld 408576698