| 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 700bb634ec19f171c8ecc916d6389740089c0690..ddc5e2924e660dbf329704170ed6ff9411f103b7 100644
|
| --- a/content/browser/renderer_host/pepper/quota_reservation.h
|
| +++ b/content/browser/renderer_host/pepper/quota_reservation.h
|
| @@ -80,7 +80,7 @@ class CONTENT_EXPORT QuotaReservation
|
| ~QuotaReservation();
|
|
|
| void GotReservedQuota(const ReserveQuotaCallback& callback,
|
| - base::PlatformFileError error);
|
| + base::File::Error error);
|
|
|
| void DeleteOnCorrectThread() const;
|
|
|
|
|