Index: chrome/browser/sync_file_system/local/syncable_file_system_operation.h |
diff --git a/chrome/browser/sync_file_system/local/syncable_file_system_operation.h b/chrome/browser/sync_file_system/local/syncable_file_system_operation.h |
index 0948dc034b378ada3969023eec804f3ec52359eb..fda75736428690703c7aebdb6646332a1a043eb5 100644 |
--- a/chrome/browser/sync_file_system/local/syncable_file_system_operation.h |
+++ b/chrome/browser/sync_file_system/local/syncable_file_system_operation.h |
@@ -91,7 +91,7 @@ class SyncableFileSystemOperation |
const fileapi::FileSystemURL& dest_url, |
CopyOrMoveOption option, |
const StatusCallback& callback) OVERRIDE; |
- virtual base::PlatformFileError SyncGetPlatformPath( |
+ virtual base::File::Error SyncGetPlatformPath( |
const fileapi::FileSystemURL& url, |
base::FilePath* platform_path) OVERRIDE; |
@@ -107,9 +107,9 @@ class SyncableFileSystemOperation |
fileapi::FileSystemContext* file_system_context, |
scoped_ptr<fileapi::FileSystemOperationContext> operation_context); |
- void DidFinish(base::PlatformFileError status); |
+ void DidFinish(base::File::Error status); |
void DidWrite(const WriteCallback& callback, |
- base::PlatformFileError result, |
+ base::File::Error result, |
int64 bytes, |
bool complete); |