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

Unified Diff: device/nfc/nfc_peer_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_adapter.cc ('k') | device/nfc/nfc_tag_technology_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/nfc/nfc_peer_chromeos.cc
diff --git a/device/nfc/nfc_peer_chromeos.cc b/device/nfc/nfc_peer_chromeos.cc
index 4ef1804b85725ed4b2993dd7e98b011276d9b3ad..91169cd6a35599cb92a0e95544bf518955d96c9f 100644
--- a/device/nfc/nfc_peer_chromeos.cc
+++ b/device/nfc/nfc_peer_chromeos.cc
@@ -41,7 +41,7 @@ NfcPeerChromeOS::NfcPeerChromeOS(const dbus::ObjectPath& object_path)
NfcPeerChromeOS::~NfcPeerChromeOS() {
DBusThreadManager::Get()->GetNfcRecordClient()->RemoveObserver(this);
- STLDeleteValues(&records_);
+ base::STLDeleteValues(&records_);
}
void NfcPeerChromeOS::AddObserver(device::NfcPeer::Observer* observer) {
« no previous file with comments | « device/nfc/nfc_adapter.cc ('k') | device/nfc/nfc_tag_technology_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698