| Index: components/nacl/browser/nacl_file_host.cc
|
| diff --git a/components/nacl/browser/nacl_file_host.cc b/components/nacl/browser/nacl_file_host.cc
|
| index 0c10254f16302593b859f938ad12fbe4b0c06501..36c9eba66fbfb0017593906cd1f9361db19805bb 100644
|
| --- a/components/nacl/browser/nacl_file_host.cc
|
| +++ b/components/nacl/browser/nacl_file_host.cc
|
| @@ -43,9 +43,9 @@ void NotifyRendererOfError(
|
| }
|
|
|
| typedef void (*WriteFileInfoReply)(IPC::Message* reply_msg,
|
| - IPC::PlatformFileForTransit file_desc,
|
| - uint64_t file_token_lo,
|
| - uint64_t file_token_hi);
|
| + const IPC::PlatformFileForTransit& file_desc,
|
| + const uint64_t& file_token_lo,
|
| + const uint64_t& file_token_hi);
|
|
|
| void DoRegisterOpenedNaClExecutableFile(
|
| scoped_refptr<nacl::NaClHostMessageFilter> nacl_host_message_filter,
|
|
|