| Index: services/device/public/interfaces/nfc_provider.mojom
|
| diff --git a/device/nfc/nfc_provider.mojom b/services/device/public/interfaces/nfc_provider.mojom
|
| similarity index 90%
|
| rename from device/nfc/nfc_provider.mojom
|
| rename to services/device/public/interfaces/nfc_provider.mojom
|
| index 030ad6fe450a2e72c62ad67247397cd73e630ba9..3f49da3607cfe2d8ac69cdf59cc4cca99340eaff 100644
|
| --- a/device/nfc/nfc_provider.mojom
|
| +++ b/services/device/public/interfaces/nfc_provider.mojom
|
| @@ -5,7 +5,7 @@
|
| // TODO(blundell): This should be moved to device.mojom.
|
| module device.nfc.mojom;
|
|
|
| -import "device/nfc/nfc.mojom";
|
| +import "services/device/public/interfaces/nfc.mojom";
|
|
|
| interface NFCProvider {
|
| // Gets an NFC that is associated with |host_id|. |host_id|
|
|
|