| 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 8149dd79974bc0806b047aaaa456d94587c7a8a4..b013550386d8021b0e2391fcd62faf91b67a4254 100644
|
| --- a/components/nacl/browser/nacl_process_host.h
|
| +++ b/components/nacl/browser/nacl_process_host.h
|
| @@ -153,7 +153,7 @@ class NaClProcessHost : public content::BrowserChildProcessHostDelegate {
|
| IPC::Message* reply_msg);
|
| void FileResolved(const base::FilePath& file_path,
|
| IPC::Message* reply_msg,
|
| - const base::PlatformFile& file);
|
| + base::File file);
|
|
|
| #if defined(OS_WIN)
|
| // Message handler for Windows hardware exception handling.
|
|
|