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

Unified Diff: device/nfc/nfc_tag_technology_chromeos.cc

Issue 2230083003: device: Use stl utilities from the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 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 | « device/nfc/nfc_peer_chromeos.cc ('k') | device/test/usb_test_gadget_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/nfc/nfc_tag_technology_chromeos.cc
diff --git a/device/nfc/nfc_tag_technology_chromeos.cc b/device/nfc/nfc_tag_technology_chromeos.cc
index 25d1b240daeafe5e63c43e4f48272380fc2be4ee..7689e1f465e7e3fec07a2af34a83759fec92cc60 100644
--- a/device/nfc/nfc_tag_technology_chromeos.cc
+++ b/device/nfc/nfc_tag_technology_chromeos.cc
@@ -38,7 +38,7 @@ NfcNdefTagTechnologyChromeOS::NfcNdefTagTechnologyChromeOS(NfcTagChromeOS* tag)
NfcNdefTagTechnologyChromeOS::~NfcNdefTagTechnologyChromeOS() {
DBusThreadManager::Get()->GetNfcRecordClient()->RemoveObserver(this);
- STLDeleteValues(&records_);
+ base::STLDeleteValues(&records_);
}
void NfcNdefTagTechnologyChromeOS::AddObserver(
« no previous file with comments | « device/nfc/nfc_peer_chromeos.cc ('k') | device/test/usb_test_gadget_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698