| 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..bc897bbeb722844a29432d8fd77ca73ff2d90f61 100644
|
| --- a/chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h
|
| +++ b/chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h
|
| @@ -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.
|
|
|