| Index: content/child/quota_dispatcher.h
|
| diff --git a/content/child/quota_dispatcher.h b/content/child/quota_dispatcher.h
|
| index e30187bff96d142af91153cfb1becaf538773881..ccaab7176c210931f6d7924bde9d52d7ab6e7c96 100644
|
| --- a/content/child/quota_dispatcher.h
|
| +++ b/content/child/quota_dispatcher.h
|
| @@ -84,7 +84,7 @@ class QuotaDispatcher : public WorkerThread::Observer {
|
| int64_t granted_quota);
|
| void DidFail(int request_id, storage::QuotaStatusCode error);
|
|
|
| - IDMap<Callback, IDMapOwnPointer> pending_quota_callbacks_;
|
| + IDMap<std::unique_ptr<Callback>> pending_quota_callbacks_;
|
|
|
| scoped_refptr<ThreadSafeSender> thread_safe_sender_;
|
| scoped_refptr<QuotaMessageFilter> quota_message_filter_;
|
|
|