Index: components/nacl/loader/nacl_ipc_adapter.cc |
diff --git a/components/nacl/loader/nacl_ipc_adapter.cc b/components/nacl/loader/nacl_ipc_adapter.cc |
index 2feabf51121722b622fd6c6217f9d17c347cabf4..3843572dd9ec26594af859f4dbd9f307c5cab7ce 100644 |
--- a/components/nacl/loader/nacl_ipc_adapter.cc |
+++ b/components/nacl/loader/nacl_ipc_adapter.cc |
@@ -521,7 +521,7 @@ bool NaClIPCAdapter::OnMessageReceived(const IPC::Message& msg) { |
nacl_desc.reset(new NaClDescWrapper(ipc_adapter->MakeNaClDesc())); |
// Send back a message that the channel was created. |
scoped_ptr<IPC::Message> response( |
- new PpapiHostMsg_ChannelCreated(channel_handle)); |
+ new PpapiHostMsg_NaClChannelCreated(channel_handle)); |
task_runner_->PostTask(FROM_HERE, |
base::Bind(&NaClIPCAdapter::SendMessageOnIOThread, this, |
base::Passed(&response))); |