Index: webkit/browser/fileapi/remove_operation_delegate.h |
diff --git a/webkit/browser/fileapi/remove_operation_delegate.h b/webkit/browser/fileapi/remove_operation_delegate.h |
index 22d25cb9833f02c25b911e98ab046841b64e78e0..ee0252a7b737d4ab093b463e67b8767cdcab129c 100644 |
--- a/webkit/browser/fileapi/remove_operation_delegate.h |
+++ b/webkit/browser/fileapi/remove_operation_delegate.h |
@@ -29,11 +29,11 @@ class RemoveOperationDelegate : public RecursiveOperationDelegate { |
const StatusCallback& callback) OVERRIDE; |
private: |
- void DidTryRemoveFile(base::PlatformFileError error); |
- void DidTryRemoveDirectory(base::PlatformFileError remove_file_error, |
- base::PlatformFileError remove_directory_error); |
+ void DidTryRemoveFile(base::File::Error error); |
+ void DidTryRemoveDirectory(base::File::Error remove_file_error, |
+ base::File::Error remove_directory_error); |
void DidRemoveFile(const StatusCallback& callback, |
- base::PlatformFileError error); |
+ base::File::Error error); |
FileSystemURL url_; |
StatusCallback callback_; |