| 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..20f6a943b911444b8f2c56040b60229a1d513461 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,7 +19,7 @@ class FileUtilAsync {
|
| public:
|
| virtual ~FileUtilAsync() {}
|
|
|
| - typedef base::FileUtilProxy::Entry DirectoryEntry;
|
| + typedef FileSystemOperation::Entry DirectoryEntry;
|
|
|
| // Used for GetFileInfo(). |result| is the return code of the operation,
|
| // and |file_info| is the obtained file info.
|
|
|