| Index: chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc
|
| diff --git a/chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc b/chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc
|
| index 1d68870b3d45dfc1032f66a474409a778a962653..ef87ac2f67728b4aefdd2b6d50ec35278dc35230 100644
|
| --- a/chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc
|
| +++ b/chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc
|
| @@ -85,7 +85,7 @@ MTPDeviceAsyncDelegate* MTPDeviceMapService::GetMTPDeviceAsyncDelegate(
|
| const std::string& filesystem_id) {
|
| DCHECK_CURRENTLY_ON(content::BrowserThread::IO);
|
| base::FilePath device_path;
|
| - if (!fileapi::ExternalMountPoints::GetSystemInstance()->GetRegisteredPath(
|
| + if (!storage::ExternalMountPoints::GetSystemInstance()->GetRegisteredPath(
|
| filesystem_id, &device_path)) {
|
| return NULL;
|
| }
|
|
|