| 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 0d2e5a850641968cc03afe542392c0bba55d0a60..b57f80a4aaa0975e7041c0e1fabf011865bcf317 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 base::StringToLowerASCII(device_id);
|
| + return base::ToLowerASCII(device_id);
|
| }
|
|
|
| // Gets the friendly name of the device specified by the |pnp_device_id|. On
|
|
|