| Index: chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc
|
| diff --git a/chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc b/chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc
|
| index 68e5c92c61055bd3cced1ed2e2560861750a44ec..55afb31f851c4720aac7847be73e2af8545a4514 100644
|
| --- a/chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc
|
| +++ b/chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc
|
| @@ -82,8 +82,7 @@ class FakeLauncher : public NativeProcessLauncher {
|
| const std::string& native_host_name,
|
| LaunchedCallback callback) const override {
|
| callback.Run(NativeProcessLauncher::RESULT_SUCCESS,
|
| - base::kNullProcessHandle,
|
| - read_file_.Pass(), write_file_.Pass());
|
| + base::Process(), read_file_.Pass(), write_file_.Pass());
|
| }
|
|
|
| private:
|
|
|