Index: webkit/quota/usage_tracker.h |
diff --git a/webkit/quota/usage_tracker.h b/webkit/quota/usage_tracker.h |
index 5f88de8ba09c655d1c7f9b80377da9ea0b034d55..c159deb6d0b958647c0513500e40d6fce9c534e2 100644 |
--- a/webkit/quota/usage_tracker.h |
+++ b/webkit/quota/usage_tracker.h |
@@ -63,10 +63,9 @@ class WEBKIT_STORAGE_EXPORT UsageTracker : public QuotaTaskObserver { |
typedef std::map<QuotaClient::ID, ClientUsageTracker*> ClientTrackerMap; |
friend class ClientUsageTracker; |
- void DidGetClientGlobalUsage(StorageType type, int64 usage, |
+ void DidGetClientGlobalUsage(int64 usage, |
int64 unlimited_usage); |
void DidGetClientHostUsage(const std::string& host, |
- StorageType type, |
int64 usage); |
const StorageType type_; |