diff options
Diffstat (limited to 'webkit/quota/usage_tracker.cc')
-rw-r--r-- | webkit/quota/usage_tracker.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/quota/usage_tracker.cc b/webkit/quota/usage_tracker.cc index 0c4a050..3f99df7 100644 --- a/webkit/quota/usage_tracker.cc +++ b/webkit/quota/usage_tracker.cc @@ -34,7 +34,7 @@ class ClientUsageTracker::GatherUsageTaskBase : public QuotaTask { virtual ~GatherUsageTaskBase() {} // Get total usage for the given |origins|. - void GetUsageForOrigins(const std::set<GURL>& origins) { + void GetUsageForOrigins(const std::set<GURL>& origins, StorageType type) { DCHECK(original_message_loop()->BelongsToCurrentThread()); std::set<GURL> origins_to_process; // We do not get usage for origins for which we have valid usage cache. |