Index: content/browser/renderer_host/render_process_host_impl.h |
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h |
index 1eac862663f1a142b3979b4f6218164cfb248d42..378bc97c26e790e9082e9eba524fc943e8dd525a 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -575,7 +575,8 @@ class CONTENT_EXPORT RenderProcessHostImpl |
// The memory allocator, if any, in which the renderer will write its metrics. |
std::unique_ptr<base::SharedPersistentMemoryAllocator> metrics_allocator_; |
- scoped_refptr<IndexedDBDispatcherHost> indexed_db_factory_; |
+ std::unique_ptr<IndexedDBDispatcherHost, BrowserThread::DeleteOnIOThread> |
+ indexed_db_factory_; |
bool channel_connected_; |
bool sent_render_process_ready_; |