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

Unified Diff: chrome/browser/media/media_stream_devices_controller.cc

Issue 2230203002: chrome: Use stl utilities from the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed accidental components/ change 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: chrome/browser/media/media_stream_devices_controller.cc
diff --git a/chrome/browser/media/media_stream_devices_controller.cc b/chrome/browser/media/media_stream_devices_controller.cc
index 11d6df9543535a0caf3181bbc1b53d847fec3ef2..6b8aa8c3540669a6b9cbc0c2cf65523b7a38cfce 100644
--- a/chrome/browser/media/media_stream_devices_controller.cc
+++ b/chrome/browser/media/media_stream_devices_controller.cc
@@ -115,7 +115,7 @@ class MediaPermissionRequestLogger : content::WebContentsObserver {
bool is_secure) {
RequestMap::key_type key =
std::make_pair(render_process_id, render_frame_id);
- if (!ContainsKey(GetRequestMap(), key)) {
+ if (!base::ContainsKey(GetRequestMap(), key)) {
UMA_HISTOGRAM_BOOLEAN("Pepper.SecureOrigin.MediaStreamRequest",
is_secure);
GetRequestMap()[key] =
« no previous file with comments | « chrome/browser/local_discovery/service_discovery_device_lister.cc ('k') | chrome/browser/media/router/media_sinks_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698