| Index: components/nacl/browser/nacl_process_host.h
|
| diff --git a/components/nacl/browser/nacl_process_host.h b/components/nacl/browser/nacl_process_host.h
|
| index 135fb63f064206bc1126419aec102d13be14e4aa..994799b8e982deec416571b79c2f2b3bccf51e81 100644
|
| --- a/components/nacl/browser/nacl_process_host.h
|
| +++ b/components/nacl/browser/nacl_process_host.h
|
| @@ -164,8 +164,9 @@ class NaClProcessHost : public content::BrowserChildProcessHostDelegate {
|
| void OnSetKnownToValidate(const std::string& signature);
|
| void OnResolveFileToken(uint64 file_token_lo, uint64 file_token_hi,
|
| IPC::Message* reply_msg);
|
| - void FileResolved(base::PlatformFile* file, const base::FilePath& file_path,
|
| - IPC::Message* reply_msg);
|
| + void FileResolved(const base::FilePath& file_path,
|
| + IPC::Message* reply_msg,
|
| + const base::PlatformFile& file);
|
|
|
| #if defined(OS_WIN)
|
| // Message handler for Windows hardware exception handling.
|
|
|