| Index: components/storage_monitor/volume_mount_watcher_win.cc
|
| diff --git a/components/storage_monitor/volume_mount_watcher_win.cc b/components/storage_monitor/volume_mount_watcher_win.cc
|
| index 2ae52b5113765f988b65c69d62a499da05973f9d..49ccccb493a556f4bb78f1068df978a376362a11 100644
|
| --- a/components/storage_monitor/volume_mount_watcher_win.cc
|
| +++ b/components/storage_monitor/volume_mount_watcher_win.cc
|
| @@ -372,7 +372,7 @@ void VolumeMountWatcherWin::AddDevicesOnUIThread(
|
| DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
|
|
| for (size_t i = 0; i < removable_devices.size(); i++) {
|
| - if (ContainsKey(pending_device_checks_, removable_devices[i]))
|
| + if (base::ContainsKey(pending_device_checks_, removable_devices[i]))
|
| continue;
|
| pending_device_checks_.insert(removable_devices[i]);
|
| device_info_task_runner_->PostTask(
|
|
|