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

Unified Diff: device/nfc/nfc_peer.cc

Issue 77563002: nfc: Add native NFC API definitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed clang error. Created 7 years 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 | « device/nfc/nfc_peer.h ('k') | device/nfc/nfc_tag.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/nfc/nfc_peer.cc
diff --git a/tools/gn/config_values.cc b/device/nfc/nfc_peer.cc
similarity index 59%
copy from tools/gn/config_values.cc
copy to device/nfc/nfc_peer.cc
index 53466dfd79180b8c211b9d9202a1db73b9166f36..8cf84eedaf2b8f9e35311e566c39660c0f2190e2 100644
--- a/tools/gn/config_values.cc
+++ b/device/nfc/nfc_peer.cc
@@ -2,10 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "tools/gn/config_values.h"
+#include "device/nfc/nfc_peer.h"
-ConfigValues::ConfigValues() {
+namespace device {
+
+NfcPeer::NfcPeer() {
}
-ConfigValues::~ConfigValues() {
+NfcPeer::~NfcPeer() {
}
+
+} // namespace device
« no previous file with comments | « device/nfc/nfc_peer.h ('k') | device/nfc/nfc_tag.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698