| Index: device/nfc/nfc.mojom
|
| diff --git a/device/nfc/nfc.mojom b/device/nfc/nfc.mojom
|
| index de744d8409dc8127ee5637f60187bb5e9c2cf067..413be2e4f8e6e9fb8a1dbe72686b8264ab9fd055 100644
|
| --- a/device/nfc/nfc.mojom
|
| +++ b/device/nfc/nfc.mojom
|
| @@ -2,7 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -module device.nfc;
|
| +// TODO(rockot): This should probably be moved to nfc.mojom.
|
| +module device.nfc.mojom;
|
|
|
| enum NFCErrorType {
|
| SECURITY,
|
| @@ -131,4 +132,4 @@ interface NFC {
|
|
|
| interface NFCClient {
|
| OnWatch(array<uint32> watch_ids, NFCMessage message);
|
| -};
|
| +};
|
|
|