| 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..cef26797458336875c409006e14d2e522f03798d 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -505,7 +505,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| // called.
|
| int instance_id_ = 1;
|
|
|
| - BrowserContext* browser_context_;
|
| + BrowserContext* const browser_context_;
|
|
|
| // Owned by |browser_context_|.
|
| StoragePartitionImpl* storage_partition_impl_;
|
|
|