diff options
Diffstat (limited to 'chrome/common/file_system/file_system_dispatcher.h')
| -rw-r--r-- | chrome/common/file_system/file_system_dispatcher.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/file_system/file_system_dispatcher.h b/chrome/common/file_system/file_system_dispatcher.h index f256189..b8ffb2c 100644 --- a/chrome/common/file_system/file_system_dispatcher.h +++ b/chrome/common/file_system/file_system_dispatcher.h @@ -35,6 +35,7 @@ class FileSystemDispatcher { bool OpenFileSystem(const GURL& origin_url, fileapi::FileSystemType type, long long size, + bool create, fileapi::FileSystemCallbackDispatcher* dispatcher); bool Move(const FilePath& src_path, const FilePath& dest_path, @@ -87,7 +88,7 @@ class FileSystemDispatcher { const base::PlatformFileInfo& file_info); void DidReadDirectory( int request_id, - const std::vector<base::file_util_proxy::Entry>& entries, + const std::vector<base::FileUtilProxy::Entry>& entries, bool has_more); void DidFail(int request_id, base::PlatformFileError error_code); void DidWrite(int request_id, int64 bytes, bool complete); |
