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 69d8d074699d3bc63b56ff3af1ad11f7525e55cb..295c01980b9911e9045c969140ec1c50982e7904 100644 |
--- a/chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc |
+++ b/chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc |
@@ -10,7 +10,7 @@ |
#include "base/stl_util.h" |
#include "chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h" |
#include "content/public/browser/browser_thread.h" |
-#include "webkit/browser/fileapi/isolated_context.h" |
+#include "webkit/browser/fileapi/external_mount_points.h" |
namespace { |
@@ -85,7 +85,7 @@ MTPDeviceAsyncDelegate* MTPDeviceMapService::GetMTPDeviceAsyncDelegate( |
const std::string& filesystem_id) { |
DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); |
base::FilePath device_path; |
- if (!fileapi::IsolatedContext::GetInstance()->GetRegisteredPath( |
+ if (!fileapi::ExternalMountPoints::GetSystemInstance()->GetRegisteredPath( |
filesystem_id, &device_path)) { |
return NULL; |
} |