| 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 7d1db32b28434099b2dc6227dc80aedaf031c310..3f0098e68de4e35528d5149fe550a185eab3e08e 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -234,7 +234,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| #endif
|
|
|
| MessagePortMessageFilter* message_port_message_filter() const {
|
| - return message_port_message_filter_;
|
| + return message_port_message_filter_.get();
|
| }
|
|
|
| void set_is_isolated_guest_for_testing(bool is_isolated_guest) {
|
|
|