| Index: chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.h
|
| diff --git a/chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.h b/chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.h
|
| index 44d390dfd4bca66436487b4a4ba1bcb851fc0bfc..c62957e24fb5d882b157f1bb6c3761e7ceff8288 100644
|
| --- a/chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.h
|
| +++ b/chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.h
|
| @@ -18,7 +18,7 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h"
|
| #include "content/public/browser/browser_thread.h"
|
| -#include "webkit/browser/fileapi/async_file_util.h"
|
| +#include "storage/browser/fileapi/async_file_util.h"
|
|
|
| struct SnapshotRequestInfo;
|
|
|
| @@ -183,7 +183,7 @@ class MTPDeviceDelegateImplLinux : public MTPDeviceAsyncDelegate {
|
| // |has_more| is true if there are more file entries to read.
|
| void OnDidReadDirectory(uint32 dir_id,
|
| const ReadDirectorySuccessCallback& success_callback,
|
| - const fileapi::AsyncFileUtil::EntryList& file_list,
|
| + const storage::AsyncFileUtil::EntryList& file_list,
|
| bool has_more);
|
|
|
| // Called when WriteDataIntoSnapshotFile() succeeds.
|
| @@ -213,7 +213,7 @@ class MTPDeviceDelegateImplLinux : public MTPDeviceAsyncDelegate {
|
|
|
| // Called when FillFileCache() succeeds.
|
| void OnDidFillFileCache(const base::FilePath& path,
|
| - const fileapi::AsyncFileUtil::EntryList& file_list,
|
| + const storage::AsyncFileUtil::EntryList& file_list,
|
| bool has_more);
|
|
|
| // Called when FillFileCache() fails.
|
|
|