| 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..1c4a5cefa1b6a581c4b7cba02056723d409c91cd 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/directory_entry.h"
|
| #include "webkit/storage/webkit_storage_export.h"
|
|
|
| namespace base {
|
| @@ -47,8 +48,7 @@ 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 std::vector<DirectoryEntry> EntryList;
|
| typedef base::Callback<
|
| void(base::PlatformFileError result,
|
| const EntryList& file_list,
|
|
|