| Index: webkit/browser/fileapi/quota/quota_reservation_buffer.cc
|
| diff --git a/webkit/browser/fileapi/quota/quota_reservation_buffer.cc b/webkit/browser/fileapi/quota/quota_reservation_buffer.cc
|
| index 122674bc7ae4f85f07eb8bf4592b18f5235b040f..662c4154e7b39625cd13fed7431d40f047b393da 100644
|
| --- a/webkit/browser/fileapi/quota/quota_reservation_buffer.cc
|
| +++ b/webkit/browser/fileapi/quota/quota_reservation_buffer.cc
|
| @@ -92,9 +92,9 @@ bool QuotaReservationBuffer::DecrementDirtyCount(
|
| base::WeakPtr<QuotaReservationManager> reservation_manager,
|
| const GURL& origin,
|
| FileSystemType type,
|
| - base::PlatformFileError error) {
|
| + base::File::Error error) {
|
| DCHECK(origin.is_valid());
|
| - if (error == base::PLATFORM_FILE_OK && reservation_manager) {
|
| + if (error == base::File::FILE_OK && reservation_manager) {
|
| reservation_manager->DecrementDirtyCount(origin, type);
|
| return true;
|
| }
|
|
|