| Index: components/storage_monitor/portable_device_watcher_win.cc
|
| diff --git a/components/storage_monitor/portable_device_watcher_win.cc b/components/storage_monitor/portable_device_watcher_win.cc
|
| index 3d79ece322b1ada7bed65357fd3cb04c7df6b441..2cf4af696598bc004feba05a3f4765366987284d 100644
|
| --- a/components/storage_monitor/portable_device_watcher_win.cc
|
| +++ b/components/storage_monitor/portable_device_watcher_win.cc
|
| @@ -60,7 +60,7 @@ base::string16 GetPnpDeviceId(LPARAM data) {
|
| return base::string16();
|
| base::string16 device_id(dev_interface->dbcc_name);
|
| DCHECK(base::IsStringASCII(device_id));
|
| - return StringToLowerASCII(device_id);
|
| + return base::StringToLowerASCII(device_id);
|
| }
|
|
|
| // Gets the friendly name of the device specified by the |pnp_device_id|. On
|
|
|