Index: chrome/browser/media_galleries/linux/mtp_device_task_helper.h |
diff --git a/chrome/browser/media_galleries/linux/mtp_device_task_helper.h b/chrome/browser/media_galleries/linux/mtp_device_task_helper.h |
index f24251eedf9457e936c6f95d1b9f7fe7fdb1d34a..f2505366c36fd2bf8dc7dc3a8bc353c32c6e4505 100644 |
--- a/chrome/browser/media_galleries/linux/mtp_device_task_helper.h |
+++ b/chrome/browser/media_galleries/linux/mtp_device_task_helper.h |
@@ -33,7 +33,7 @@ class MTPDeviceTaskHelper { |
// NOTE: The file names in the entry list have their file id appended at the |
// end. e.g. foo.jpg with file id 45 becomes foo.jpg,45. |
- typedef base::Callback<void(const fileapi::AsyncFileUtil::EntryList& entries, |
+ typedef base::Callback<void(const storage::AsyncFileUtil::EntryList& entries, |
bool has_more)> ReadDirectorySuccessCallback; |
typedef MTPDeviceAsyncDelegate::ErrorCallback ErrorCallback; |