| Index: content/browser/renderer_host/pepper/quota_reservation.h
|
| diff --git a/content/browser/renderer_host/pepper/quota_reservation.h b/content/browser/renderer_host/pepper/quota_reservation.h
|
| index fb629237008d9bcf7aaa9120a7a3e28032887495..339f5d3a1004cf43a8746a80e10395737ebdbb11 100644
|
| --- a/content/browser/renderer_host/pepper/quota_reservation.h
|
| +++ b/content/browser/renderer_host/pepper/quota_reservation.h
|
| @@ -79,7 +79,7 @@ class CONTENT_EXPORT QuotaReservation
|
| ~QuotaReservation();
|
|
|
| void GotReservedQuota(const ReserveQuotaCallback& callback,
|
| - base::PlatformFileError error);
|
| + base::File::Error error);
|
|
|
| void DeleteOnCorrectThread() const;
|
|
|
|
|