Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: services/device/public/interfaces/nfc_provider.mojom

Issue 2894373002: [DeviceService] Move //device/nfc to be part of the internal impl of Device Service (Closed)
Patch Set: Modify code comment Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/device/public/interfaces/nfc.mojom ('k') | services/device/public/java/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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|
« no previous file with comments | « services/device/public/interfaces/nfc.mojom ('k') | services/device/public/java/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698