Index: ipc/ipc_channel_proxy.h |
diff --git a/ipc/ipc_channel_proxy.h b/ipc/ipc_channel_proxy.h |
index 49d237eb61aa416b93500b0aed8966eb226cd7be..730c2f523fb9949ac685c56de3e70632df634077 100644 |
--- a/ipc/ipc_channel_proxy.h |
+++ b/ipc/ipc_channel_proxy.h |
@@ -256,7 +256,7 @@ class IPC_EXPORT ChannelProxy : public Message::Sender { |
base::Lock pending_filters_lock_; |
}; |
- Context* context() { return context_; } |
+ Context* context() { return context_.get(); } |
OutgoingMessageFilter* outgoing_message_filter() { |
return outgoing_message_filter_; |