| Index: chrome/browser/ui/webui/quota_internals_proxy.h
|
| diff --git a/chrome/browser/ui/webui/quota_internals_proxy.h b/chrome/browser/ui/webui/quota_internals_proxy.h
|
| index 926c3ed675e6be2f1627c6bf23d09c6dd9de327d..2a36b1a9f5e0054af897183231049fc5fa621dbe 100644
|
| --- a/chrome/browser/ui/webui/quota_internals_proxy.h
|
| +++ b/chrome/browser/ui/webui/quota_internals_proxy.h
|
| @@ -56,8 +56,8 @@ class QuotaInternalsProxy
|
|
|
| // Called on IO Thread by QuotaManager as callback.
|
| void DidGetAvailableSpace(quota::QuotaStatusCode status, int64 space);
|
| - void DidGetGlobalQuota(quota::QuotaStatusCode status,
|
| - quota::StorageType type,
|
| + void DidGetGlobalQuota(quota::StorageType type,
|
| + quota::QuotaStatusCode status,
|
| int64 quota);
|
| void DidGetGlobalUsage(quota::StorageType type,
|
| int64 usage,
|
|
|