| Index: mojo/services/nfc/interfaces/nfc.mojom
|
| diff --git a/mojo/services/nfc/interfaces/nfc.mojom b/mojo/services/nfc/interfaces/nfc.mojom
|
| index 97bab7a7b073fa02786aa95547aa90969b3f8fce..3af9baf06c0fa70819fd782324ffad2e20ac7ab3 100644
|
| --- a/mojo/services/nfc/interfaces/nfc.mojom
|
| +++ b/mojo/services/nfc/interfaces/nfc.mojom
|
| @@ -32,8 +32,7 @@ interface Nfc {
|
| // (true) or not (false). If the Android device transmitted to does not have
|
| // MojoShell installed it will be directed to the Play Store to download
|
| // MojoShell.
|
| - TransmitOnNextConnection(NfcData nfc_data, NfcTransmission&? transmission)
|
| - => (bool success);
|
| + TransmitOnNextConnection(NfcData nfc_data, NfcTransmission&? transmission) => (bool success);
|
|
|
| // Registers an app to receive nfc messages. Upon receiving an nfc message
|
| // the app will be connected to. If the app exposes a NfcReceiver interface
|
|
|