| Index: webkit/fileapi/async_file_util.h
|
| diff --git a/webkit/fileapi/async_file_util.h b/webkit/fileapi/async_file_util.h
|
| index 298a7a16c5dfda09aa4ea716ba250db74ab18a70..45290e89f4e21854a7ad91b272a5443a4430400d 100644
|
| --- a/webkit/fileapi/async_file_util.h
|
| +++ b/webkit/fileapi/async_file_util.h
|
| @@ -9,6 +9,7 @@
|
| #include "base/callback_forward.h"
|
| #include "base/files/file_util_proxy.h"
|
| #include "base/platform_file.h"
|
| +#include "webkit/fileapi/file_system_operation.h"
|
| #include "webkit/storage/webkit_storage_export.h"
|
|
|
| namespace base {
|
| @@ -47,8 +48,8 @@ class WEBKIT_STORAGE_EXPORT AsyncFileUtil {
|
| const base::PlatformFileInfo& file_info,
|
| const base::FilePath& platform_path)> GetFileInfoCallback;
|
|
|
| - typedef base::FileUtilProxy::Entry Entry;
|
| - typedef std::vector<base::FileUtilProxy::Entry> EntryList;
|
| + typedef FileSystemOperation::Entry Entry;
|
| + typedef std::vector<FileSystemOperation::Entry> EntryList;
|
| typedef base::Callback<
|
| void(base::PlatformFileError result,
|
| const EntryList& file_list,
|
|
|