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: device/nfc/nfc_tag.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_tag.h ('k') | device/nfc/nfc_tag_technology.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/nfc/nfc_tag.cc
diff --git a/tools/gn/script_values.cc b/device/nfc/nfc_tag.cc
similarity index 60%
copy from tools/gn/script_values.cc
copy to device/nfc/nfc_tag.cc
index c5d7989f3f192e343c465a1b9e4c659fc475a6aa..6eec6db1bab33befb4f863dd063ea6843770db2d 100644
--- a/tools/gn/script_values.cc
+++ b/device/nfc/nfc_tag.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/script_values.h"
+#include "device/nfc/nfc_tag.h"
-ScriptValues::ScriptValues() {
+namespace device {
+
+NfcTag::NfcTag() {
}
-ScriptValues::~ScriptValues() {
+NfcTag::~NfcTag() {
}
+
+} // namespace device
« no previous file with comments | « device/nfc/nfc_tag.h ('k') | device/nfc/nfc_tag_technology.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698