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

Unified Diff: content/browser/android/nfc_host.cc

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 | « content/browser/android/nfc_host.h ('k') | content/browser/frame_host/render_frame_host_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/nfc_host.cc
diff --git a/content/browser/android/nfc_host.cc b/content/browser/android/nfc_host.cc
index 2e56ee459582253d4721e0aa9168223683eb8124..c7f7217a1540c337b737529dafc32df7c767323a 100644
--- a/content/browser/android/nfc_host.cc
+++ b/content/browser/android/nfc_host.cc
@@ -9,9 +9,9 @@
#include "base/atomic_sequence_num.h"
#include "content/public/browser/android/content_view_core.h"
#include "content/public/common/service_manager_connection.h"
-#include "device/nfc/nfc.mojom.h"
#include "jni/NfcHost_jni.h"
#include "services/device/public/interfaces/constants.mojom.h"
+#include "services/device/public/interfaces/nfc.mojom.h"
#include "services/service_manager/public/cpp/connector.h"
namespace content {
« no previous file with comments | « content/browser/android/nfc_host.h ('k') | content/browser/frame_host/render_frame_host_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698