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 118761de5c9bcefac136a67a97714c682c5e89e8..e550a9d9de39f1f33fb20a16c3bea3d6b12e4dd8 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::GetUsageAndQuotaCallback& callback) override; |
// Validates the |client_id| and updates the internal access count |
// which can be accessed via notify_storage_accessed_count(). |