| Index: webkit/fileapi/file_system_operation.h
|
| diff --git a/webkit/fileapi/file_system_operation.h b/webkit/fileapi/file_system_operation.h
|
| index 35e0a502da78901746e767c991db668289694818..442f7dffbbf18c943b8e8be97377a285bce95243 100644
|
| --- a/webkit/fileapi/file_system_operation.h
|
| +++ b/webkit/fileapi/file_system_operation.h
|
| @@ -7,9 +7,11 @@
|
|
|
| #include <vector>
|
|
|
| -#include "base/files/file_util_proxy.h"
|
| +#include "base/callback.h"
|
| +#include "base/files/file_path.h"
|
| #include "base/platform_file.h"
|
| #include "base/process.h"
|
| +#include "webkit/fileapi/directory_entry.h"
|
|
|
| namespace base {
|
| class Time;
|
| @@ -76,7 +78,7 @@ class FileSystemOperation {
|
| base::ProcessHandle peer_handle)> OpenFileCallback;
|
|
|
| // Used for ReadDirectoryCallback.
|
| - typedef std::vector<base::FileUtilProxy::Entry> FileEntryList;
|
| + typedef std::vector<DirectoryEntry> FileEntryList;
|
|
|
| // Used for ReadDirectory(). |result| is the return code of the operation,
|
| // |file_list| is the list of files read, and |has_more| is true if some files
|
|
|