Index: content/browser/quota/mock_quota_manager_proxy.h |
diff --git a/content/browser/quota/mock_quota_manager_proxy.h b/content/browser/quota/mock_quota_manager_proxy.h |
index e550a9d9de39f1f33fb20a16c3bea3d6b12e4dd8..3f9ddabdc70613740100fda62d92caea548428af 100644 |
--- a/content/browser/quota/mock_quota_manager_proxy.h |
+++ b/content/browser/quota/mock_quota_manager_proxy.h |
@@ -41,7 +41,7 @@ class MockQuotaManagerProxy : public QuotaManagerProxy { |
base::SequencedTaskRunner* original_task_runner, |
const GURL& origin, |
StorageType type, |
- const QuotaManager::GetUsageAndQuotaCallback& callback) override; |
+ const QuotaManager::UsageAndQuotaCallback& callback) override; |
// Validates the |client_id| and updates the internal access count |
// which can be accessed via notify_storage_accessed_count(). |