| Index: content/child/quota_dispatcher.cc
|
| diff --git a/content/child/quota_dispatcher.cc b/content/child/quota_dispatcher.cc
|
| index 730fb8a348b4d8dc6111c7ccb5e0a68cc141ff8d..e36db05fa602016c0d880f604c95b63f48b37c2e 100644
|
| --- a/content/child/quota_dispatcher.cc
|
| +++ b/content/child/quota_dispatcher.cc
|
| @@ -70,7 +70,7 @@ QuotaDispatcher::QuotaDispatcher(ThreadSafeSender* thread_safe_sender,
|
| }
|
|
|
| QuotaDispatcher::~QuotaDispatcher() {
|
| - IDMap<Callback, IDMapOwnPointer>::iterator iter(&pending_quota_callbacks_);
|
| + IDMap<std::unique_ptr<Callback>>::iterator iter(&pending_quota_callbacks_);
|
| while (!iter.IsAtEnd()) {
|
| iter.GetCurrentValue()->DidFail(storage::kQuotaErrorAbort);
|
| iter.Advance();
|
|
|