Index: webkit/quota/quota_manager.h |
diff --git a/webkit/quota/quota_manager.h b/webkit/quota/quota_manager.h |
index ce4d5dc3b8d5bdc2fd363c4aa77c9c3bf3aa961e..604ac8b53dfc083dd38c8aacc477027734681654 100644 |
--- a/webkit/quota/quota_manager.h |
+++ b/webkit/quota/quota_manager.h |
@@ -179,7 +179,7 @@ class QuotaManager : public QuotaTaskObserver, |
const HostQuotaCallback& callback); |
void GetGlobalUsage(StorageType type, const GlobalUsageCallback& callback); |
void GetHostUsage(const std::string& host, StorageType type, |
- const HostUsageCallback& callback); |
+ const UsageCallback& callback); |
void GetStatistics(std::map<std::string, std::string>* statistics); |