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

Unified Diff: components/storage_monitor/media_transfer_protocol_device_observer_linux.cc

Issue 2231753002: components: Use stl utilities from the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: One more call site 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
Index: components/storage_monitor/media_transfer_protocol_device_observer_linux.cc
diff --git a/components/storage_monitor/media_transfer_protocol_device_observer_linux.cc b/components/storage_monitor/media_transfer_protocol_device_observer_linux.cc
index 7d093d97e9650a3607e061f0e048d95ab6bc9c75..e983bc174097d0a03e09c1621553f0ff8251b891 100644
--- a/components/storage_monitor/media_transfer_protocol_device_observer_linux.cc
+++ b/components/storage_monitor/media_transfer_protocol_device_observer_linux.cc
@@ -210,7 +210,7 @@ void MediaTransferProtocolDeviceObserverLinux::StorageChanged(
if (device_id.empty() || storage_label.empty())
return;
- DCHECK(!ContainsKey(storage_map_, location));
+ DCHECK(!base::ContainsKey(storage_map_, location));
StorageInfo storage_info(device_id, location, storage_label,
vendor_name, product_name, 0);
« no previous file with comments | « components/spellcheck/renderer/spellcheck.cc ('k') | components/storage_monitor/portable_device_watcher_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698