| Index: chrome/browser/local_discovery/storage/privet_filesystem_backend.h
|
| diff --git a/chrome/browser/local_discovery/storage/privet_filesystem_backend.h b/chrome/browser/local_discovery/storage/privet_filesystem_backend.h
|
| index 3e9368465d1a5856c5e2addc5f398379c5b7b82a..eb1205125abffb17b01ba7c37b58ea4b052d3004 100644
|
| --- a/chrome/browser/local_discovery/storage/privet_filesystem_backend.h
|
| +++ b/chrome/browser/local_discovery/storage/privet_filesystem_backend.h
|
| @@ -38,12 +38,12 @@ class PrivetFileSystemBackend : 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,
|
|
|