| Index: chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h
|
| diff --git a/chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h b/chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h
|
| index 05dee8a6ae5e315d1082029f7d71b66f5b5cc5e9..6f22942fbb3e098a97108edb12b5adbc1817810c 100644
|
| --- a/chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h
|
| +++ b/chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h
|
| @@ -8,7 +8,7 @@
|
| #include "base/callback.h"
|
| #include "base/files/file.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "webkit/browser/fileapi/async_file_util.h"
|
| +#include "storage/browser/fileapi/async_file_util.h"
|
|
|
| namespace base {
|
| class FilePath;
|
| @@ -31,8 +31,8 @@ class MTPDeviceAsyncDelegate {
|
|
|
| // A callback to be called when ReadDirectory method call succeeds.
|
| typedef base::Callback<
|
| - void(const fileapi::AsyncFileUtil::EntryList& file_list,
|
| - bool has_more)> ReadDirectorySuccessCallback;
|
| + void(const storage::AsyncFileUtil::EntryList& file_list, bool has_more)>
|
| + ReadDirectorySuccessCallback;
|
|
|
| // A callback to be called when GetFileInfo/ReadDirectory/CreateSnapshot
|
| // method call fails.
|
|
|