Index: content/browser/mojo/mojo_application_host.cc |
diff --git a/content/browser/mojo/mojo_application_host.cc b/content/browser/mojo/mojo_application_host.cc |
index ff2c0c2e0dbd3f80a8eacfc0aace7f0f5637275d..427d6b1ac85f601f4c014ceae6b632bf86bf7d92 100644 |
--- a/content/browser/mojo/mojo_application_host.cc |
+++ b/content/browser/mojo/mojo_application_host.cc |
@@ -81,7 +81,7 @@ void MojoApplicationHost::Activate(IPC::Sender* sender, |
base::PlatformFile client_file = client_handle_.release().handle; |
did_activate_ = sender->Send(new MojoMsg_Activate( |
- IPC::GetFileHandleForProcess(client_file, process_handle, true))); |
+ IPC::GetPlatformFileForTransit(client_file, true))); |
} |
void MojoApplicationHost::OverrideIOTaskRunnerForTest( |