Index: content/browser/renderer_host/render_process_host_impl.h |
=================================================================== |
--- content/browser/renderer_host/render_process_host_impl.h (revision 154786) |
+++ content/browser/renderer_host/render_process_host_impl.h (working copy) |
@@ -267,8 +267,7 @@ |
BrowserContext* browser_context_; |
- // Owned by |browser_context_|. |
- StoragePartitionImpl* storage_partition_impl_; |
+ scoped_refptr<StoragePartitionImpl> storage_partition_impl_; |
// True if the process can be shut down suddenly. If this is true, then we're |
// sure that all the RenderViews in the process can be shutdown suddenly. If |