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

Unified Diff: shell/android/apk/src/org/chromium/mojo/shell/IntentReceiverRegistry.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/IntentReceiverRegistry.java
diff --git a/shell/android/apk/src/org/chromium/mojo/shell/IntentReceiverRegistry.java b/shell/android/apk/src/org/chromium/mojo/shell/IntentReceiverRegistry.java
index ba9ffda47f890d93d80489bfab6eff5a62c6dd87..3b52f954cb37bf1d3bc078838e5c868455811962 100644
--- a/shell/android/apk/src/org/chromium/mojo/shell/IntentReceiverRegistry.java
+++ b/shell/android/apk/src/org/chromium/mojo/shell/IntentReceiverRegistry.java
@@ -22,7 +22,7 @@ import java.util.UUID;
* implementation of the IntentReceiverManager service is in C++, but calls back to this class to
* access the android framework.
*/
-@JNINamespace("mojo::shell")
+@JNINamespace("shell")
public class IntentReceiverRegistry {
private static class LazyHolder {
private static final IntentReceiverRegistry INSTANCE = new IntentReceiverRegistry();

Powered by Google App Engine
This is Rietveld 408576698