Index: content/browser/quota/quota_manager_unittest.cc |
diff --git a/content/browser/quota/quota_manager_unittest.cc b/content/browser/quota/quota_manager_unittest.cc |
index 56cfba41cea29d2d64c457d11e4e2d5f37fe6455..288a2713b63b025e92d8665d5069d87bae485133 100644 |
--- a/content/browser/quota/quota_manager_unittest.cc |
+++ b/content/browser/quota/quota_manager_unittest.cc |
@@ -73,6 +73,7 @@ class TestEvictionPolicy : public storage::QuotaEvictionPolicy { |
// Overridden from storage::QuotaEvictionPolicy: |
void GetEvictionOrigin(const scoped_refptr<storage::SpecialStoragePolicy>& |
special_storage_policy, |
+ const std::set<GURL>& exceptions, |
const std::map<GURL, int64>& usage_map, |
int64 global_quota, |
const storage::GetOriginCallback& callback) override { |