Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1064)

Unified Diff: content/browser/renderer_host/pepper/quota_reservation.h

Issue 145303002: Convert Media Galleries to use base::File (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698