| Index: webkit/quota/quota_client.h
|
| diff --git a/webkit/quota/quota_client.h b/webkit/quota/quota_client.h
|
| index f3ebbada5d87723ceed86324ed276af47e583f56..312e5d0d244f4bc6f122e72d2fd7214e07384a80 100644
|
| --- a/webkit/quota/quota_client.h
|
| +++ b/webkit/quota/quota_client.h
|
| @@ -23,7 +23,8 @@ namespace quota {
|
| class QuotaClient {
|
| public:
|
| typedef Callback1<int64>::Type GetUsageCallback;
|
| - typedef Callback1<const std::set<GURL>&>::Type GetOriginsCallback;
|
| + typedef Callback2<const std::set<GURL>&, StorageType>::Type
|
| + GetOriginsCallback;
|
| typedef Callback1<QuotaStatusCode>::Type DeletionCallback;
|
|
|
| virtual ~QuotaClient() {}
|
|
|