Index: content/child/npapi/np_channel_base.h |
diff --git a/content/child/npapi/np_channel_base.h b/content/child/npapi/np_channel_base.h |
index 4b5a369955b30b4b9e26c78f04586651d11a6514..0f6e11fe36678270421acce2356bcf99a7b8e4d9 100644 |
--- a/content/child/npapi/np_channel_base.h |
+++ b/content/child/npapi/np_channel_base.h |
@@ -86,7 +86,7 @@ class NPChannelBase : public IPC::Listener, |
// IPC::Sender implementation: |
virtual bool Send(IPC::Message* msg) OVERRIDE; |
- base::ProcessId peer_pid() { return channel_->peer_pid(); } |
+ base::ProcessId peer_pid() { return channel_->GetPeerPID(); } |
IPC::ChannelHandle channel_handle() const { return channel_handle_; } |
// Returns the number of open NPObject channels in this process. |