| 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 9b581bf0508acc236b132149eeb02b309ae4d552..ed850738e9fe438275eeae332c05e4e8fcda8ba4 100644
|
| --- a/components/storage_monitor/portable_device_watcher_win.cc
|
| +++ b/components/storage_monitor/portable_device_watcher_win.cc
|
| @@ -301,7 +301,7 @@ bool IsMassStoragePortableDevice(const base::string16& pnp_device_id,
|
| const base::string16& device_name) {
|
| // Based on testing, if the pnp device id starts with "\\?\wpdbusenumroot#",
|
| // then the attached device belongs to a mass storage class.
|
| - if (StartsWith(pnp_device_id, L"\\\\?\\wpdbusenumroot#", false))
|
| + if (base::StartsWith(pnp_device_id, L"\\\\?\\wpdbusenumroot#", false))
|
| return true;
|
|
|
| // If the device is a volume mounted device, |device_name| will be
|
|
|