| Index: webkit/chromeos/fileapi/file_util_async.h
|
| diff --git a/webkit/chromeos/fileapi/file_util_async.h b/webkit/chromeos/fileapi/file_util_async.h
|
| index 6d3cca6dbe709bb93d96e2181523884f4fddb5f8..de410d1c3326f78f272980160b443a382ff845f4 100644
|
| --- a/webkit/chromeos/fileapi/file_util_async.h
|
| +++ b/webkit/chromeos/fileapi/file_util_async.h
|
| @@ -6,7 +6,6 @@
|
| #define WEBKIT_CHROMEOS_FILEAPI_FILE_SYSTEM_FILE_UTIL_ASYNC_H_
|
|
|
| #include "base/callback.h"
|
| -#include "base/files/file_util_proxy.h"
|
| #include "base/platform_file.h"
|
| #include "webkit/chromeos/fileapi/async_file_stream.h"
|
|
|
| @@ -20,8 +19,6 @@ class FileUtilAsync {
|
| public:
|
| virtual ~FileUtilAsync() {}
|
|
|
| - typedef base::FileUtilProxy::Entry DirectoryEntry;
|
| -
|
| // Used for GetFileInfo(). |result| is the return code of the operation,
|
| // and |file_info| is the obtained file info.
|
| typedef base::Callback<void(
|
|
|