| 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 522faad9906a7c77b1e05b6ae16996e55eb24eed..15dc127fa21d628c4f1f315d5837722042d668ff 100644
|
| --- a/shell/android/apk/src/org/chromium/mojo/shell/IntentReceiverRegistry.java
|
| +++ b/shell/android/apk/src/org/chromium/mojo/shell/IntentReceiverRegistry.java
|
| @@ -23,8 +23,9 @@ import java.util.Map;
|
| import java.util.UUID;
|
|
|
| /**
|
| - * Java implementation for services/android/intent_receiver.mojom. This class creates intents for
|
| - * privileged mojo applications and routes received intents back to the mojo application.
|
| + * Java implementation for services/intent_receiver/intent_receiver.mojom. This class creates
|
| + * intents for privileged mojo applications and routes received intents back to the mojo
|
| + * application.
|
| */
|
| public class IntentReceiverRegistry
|
| implements IntentReceiverManager, ServiceFactoryBinder<IntentReceiverManager> {
|
|
|