| Index: content/common/fileapi/file_system_dispatcher.h
|
| diff --git a/content/common/fileapi/file_system_dispatcher.h b/content/common/fileapi/file_system_dispatcher.h
|
| index f38cd0d3db55fefb22d07c142a01f366eb36e7df..206c5376d78c7464ab5edec8e61b8142c6fbe647 100644
|
| --- a/content/common/fileapi/file_system_dispatcher.h
|
| +++ b/content/common/fileapi/file_system_dispatcher.h
|
| @@ -9,7 +9,6 @@
|
| #include <vector>
|
|
|
| #include "base/basictypes.h"
|
| -#include "base/files/file_util_proxy.h"
|
| #include "base/id_map.h"
|
| #include "base/process.h"
|
| #include "ipc/ipc_listener.h"
|
| @@ -109,7 +108,7 @@ class FileSystemDispatcher : public IPC::Listener {
|
| const base::FilePath& platform_path);
|
| void OnDidReadDirectory(
|
| int request_id,
|
| - const std::vector<base::FileUtilProxy::Entry>& entries,
|
| + const std::vector<fileapi::FileSystemOperation::Entry>& entries,
|
| bool has_more);
|
| void OnDidFail(int request_id, base::PlatformFileError error_code);
|
| void OnDidWrite(int request_id, int64 bytes, bool complete);
|
|
|