| Index: webkit/browser/fileapi/sandbox_file_system_backend.h
|
| diff --git a/webkit/browser/fileapi/sandbox_file_system_backend.h b/webkit/browser/fileapi/sandbox_file_system_backend.h
|
| index 8531cf862bfa3ef7ab76eff92e097156d85df7eb..c3bde3ea1556201627f46912f10fc91883212399 100644
|
| --- a/webkit/browser/fileapi/sandbox_file_system_backend.h
|
| +++ b/webkit/browser/fileapi/sandbox_file_system_backend.h
|
| @@ -43,11 +43,11 @@ class WEBKIT_STORAGE_BROWSER_EXPORT SandboxFileSystemBackend
|
| virtual AsyncFileUtil* GetAsyncFileUtil(FileSystemType type) OVERRIDE;
|
| virtual CopyOrMoveFileValidatorFactory* GetCopyOrMoveFileValidatorFactory(
|
| FileSystemType type,
|
| - base::PlatformFileError* error_code) OVERRIDE;
|
| + base::File::Error* error_code) OVERRIDE;
|
| virtual FileSystemOperation* CreateFileSystemOperation(
|
| const FileSystemURL& url,
|
| FileSystemContext* context,
|
| - base::PlatformFileError* error_code) const OVERRIDE;
|
| + base::File::Error* error_code) const OVERRIDE;
|
| virtual scoped_ptr<webkit_blob::FileStreamReader> CreateFileStreamReader(
|
| const FileSystemURL& url,
|
| int64 offset,
|
|
|