| 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();
|
|
|