Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(579)

Unified Diff: content/browser/quota_dispatcher_host.h

Issue 2496653002: Part 2 of base::IDMap refactor to eliminate IDMapOwnPointer/IDMapExternalPointer modes (Closed)
Patch Set: typedefs => using statements, update comments in base/id_map.h Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « content/browser/permissions/permission_service_impl.h ('k') | content/browser/renderer_host/render_process_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698