| Index: chrome/browser/sync_file_system/local/sync_file_system_backend.h
|
| diff --git a/chrome/browser/sync_file_system/local/sync_file_system_backend.h b/chrome/browser/sync_file_system/local/sync_file_system_backend.h
|
| index 1a4a509fe576a7d9a530afd8e940afe9074e17da..5eeaba9ce6072f76731b4a3eada7296f37d47a49 100644
|
| --- a/chrome/browser/sync_file_system/local/sync_file_system_backend.h
|
| +++ b/chrome/browser/sync_file_system/local/sync_file_system_backend.h
|
| @@ -40,11 +40,11 @@ class SyncFileSystemBackend
|
| 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,
|
|
|