Index: content/child/quota_dispatcher.h |
diff --git a/content/child/quota_dispatcher.h b/content/child/quota_dispatcher.h |
index ccaab7176c210931f6d7924bde9d52d7ab6e7c96..377d2675c59ac48383c8a9d5f778f4440f081b6a 100644 |
--- a/content/child/quota_dispatcher.h |
+++ b/content/child/quota_dispatcher.h |
@@ -64,7 +64,7 @@ class QuotaDispatcher : public WorkerThread::Observer { |
void QueryStorageUsageAndQuota(const GURL& gurl, |
storage::StorageType type, |
std::unique_ptr<Callback> callback); |
- void RequestStorageQuota(int render_view_id, |
+ void RequestStorageQuota(int render_frame_id, |
const GURL& gurl, |
storage::StorageType type, |
uint64_t requested_size, |