| Index: content/public/test/test_file_system_backend.h
|
| diff --git a/content/public/test/test_file_system_backend.h b/content/public/test/test_file_system_backend.h
|
| index 4b49747ff56b6531c3010e88012d84917b9f1a5a..9ce56fb912e905d92f21a5a4f2208102e05d1d0d 100644
|
| --- a/content/public/test/test_file_system_backend.h
|
| +++ b/content/public/test/test_file_system_backend.h
|
| @@ -46,11 +46,11 @@ class TestFileSystemBackend : public fileapi::FileSystemBackend {
|
| virtual fileapi::CopyOrMoveFileValidatorFactory*
|
| GetCopyOrMoveFileValidatorFactory(
|
| fileapi::FileSystemType type,
|
| - base::PlatformFileError* error_code) OVERRIDE;
|
| + base::File::Error* error_code) OVERRIDE;
|
| virtual fileapi::FileSystemOperation* CreateFileSystemOperation(
|
| const fileapi::FileSystemURL& url,
|
| fileapi::FileSystemContext* context,
|
| - base::PlatformFileError* error_code) const OVERRIDE;
|
| + base::File::Error* error_code) const OVERRIDE;
|
| virtual scoped_ptr<webkit_blob::FileStreamReader> CreateFileStreamReader(
|
| const fileapi::FileSystemURL& url,
|
| int64 offset,
|
|
|