Index: ipc/ipc_sync_channel.h |
diff --git a/ipc/ipc_sync_channel.h b/ipc/ipc_sync_channel.h |
index 448d355fbce680068bafbce346b484396140161f..528e1863e618963b702b4a5174d373301a8c6326 100644 |
--- a/ipc/ipc_sync_channel.h |
+++ b/ipc/ipc_sync_channel.h |
@@ -143,7 +143,7 @@ class IPC_EXPORT SyncChannel : public ChannelProxy, |
base::WaitableEvent* shutdown_event() { return shutdown_event_; } |
ReceivedSyncMsgQueue* received_sync_msgs() { |
- return received_sync_msgs_; |
+ return received_sync_msgs_.get(); |
} |
void set_restrict_dispatch(bool value) { restrict_dispatch_ = value; } |