summaryrefslogtreecommitdiffstats
path: root/chrome/browser/nacl_host/nacl_file_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/nacl_host/nacl_file_host.cc')
-rw-r--r--chrome/browser/nacl_host/nacl_file_host.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/nacl_host/nacl_file_host.cc b/chrome/browser/nacl_host/nacl_file_host.cc
index 21646ef..0ea1e9a 100644
--- a/chrome/browser/nacl_host/nacl_file_host.cc
+++ b/chrome/browser/nacl_host/nacl_file_host.cc
@@ -134,7 +134,7 @@ void DoOpenPnaclFile(
// Do any DuplicateHandle magic that is necessary first.
IPC::PlatformFileForTransit target_desc =
IPC::GetFileHandleForProcess(file_to_open,
- nacl_host_message_filter->peer_handle(),
+ nacl_host_message_filter->PeerHandle(),
true /* Close source */);
if (target_desc == IPC::InvalidPlatformFileForTransit()) {
NotifyRendererOfError(nacl_host_message_filter.get(), reply_msg);
@@ -173,7 +173,7 @@ void DoCreateTemporaryFile(
// Do any DuplicateHandle magic that is necessary first.
IPC::PlatformFileForTransit target_desc =
IPC::GetFileHandleForProcess(file_handle,
- nacl_host_message_filter->peer_handle(),
+ nacl_host_message_filter->PeerHandle(),
true);
if (target_desc == IPC::InvalidPlatformFileForTransit()) {
NotifyRendererOfError(nacl_host_message_filter.get(), reply_msg);
@@ -200,7 +200,7 @@ void DoRegisterOpenedNaClExecutableFile(
IPC::PlatformFileForTransit file_desc = IPC::GetFileHandleForProcess(
file,
- nacl_host_message_filter->peer_handle(),
+ nacl_host_message_filter->PeerHandle(),
true /* close_source */);
NaClHostMsg_OpenNaClExecutable::WriteReplyParams(