| Index: chrome/browser/extensions/api/messaging/native_message_process_host.h | 
| diff --git a/chrome/browser/extensions/api/messaging/native_message_process_host.h b/chrome/browser/extensions/api/messaging/native_message_process_host.h | 
| index cb8c42f1c727ce7060f9ad5ebde551f6d800493e..67ef800538d4feba28e79d32040dffdd688524e9 100644 | 
| --- a/chrome/browser/extensions/api/messaging/native_message_process_host.h | 
| +++ b/chrome/browser/extensions/api/messaging/native_message_process_host.h | 
| @@ -72,7 +72,7 @@ class NativeMessageProcessHost : | 
|  | 
| // Callback for NativeProcessLauncher::Launch(). | 
| void OnHostProcessLaunched(NativeProcessLauncher::LaunchResult result, | 
| -                             base::ProcessHandle process_handle, | 
| +                             base::Process process, | 
| base::File read_file, | 
| base::File write_file); | 
|  | 
| @@ -108,7 +108,7 @@ class NativeMessageProcessHost : | 
| // due to an error. | 
| bool closed_; | 
|  | 
| -  base::ProcessHandle process_handle_; | 
| +  base::Process process_; | 
|  | 
| // Input stream reader. | 
| scoped_ptr<net::FileStream> read_stream_; | 
|  |