| Index: chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc
|
| diff --git a/chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc b/chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc
|
| index 2d74f1d5e444b69dcea8812c765807ffa5c881b0..424365a08fdf1dcd0c6db7ca4893b2911b7c78ae 100644
|
| --- a/chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc
|
| +++ b/chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc
|
| @@ -178,7 +178,7 @@ MTPDeviceDelegateImplLinux::MTPDeviceDelegateImplLinux(
|
| weak_ptr_factory_(this) {
|
| DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
|
| DCHECK(!device_path_.empty());
|
| - RemoveChars(device_location, kRootPath, &storage_name_);
|
| + base::RemoveChars(device_location, kRootPath, &storage_name_);
|
| DCHECK(!storage_name_.empty());
|
| }
|
|
|
|
|