| Index: content/browser/quota_dispatcher_host.h
|
| diff --git a/content/browser/quota_dispatcher_host.h b/content/browser/quota_dispatcher_host.h
|
| index 5b8cf87bb65a5a0e37eadb7dbd0312e0b180c473..fbb60d5376d9d44c56de9de75c97065199092503 100644
|
| --- a/content/browser/quota_dispatcher_host.h
|
| +++ b/content/browser/quota_dispatcher_host.h
|
| @@ -52,7 +52,7 @@ class QuotaDispatcherHost : public BrowserMessageFilter {
|
| storage::QuotaManager* quota_manager_;
|
| scoped_refptr<QuotaPermissionContext> permission_context_;
|
|
|
| - IDMap<RequestDispatcher, IDMapOwnPointer> outstanding_requests_;
|
| + IDMap<std::unique_ptr<RequestDispatcher>> outstanding_requests_;
|
|
|
| base::WeakPtrFactory<QuotaDispatcherHost> weak_factory_;
|
|
|
|
|