| Index: base/process/process_util_unittest.cc
|
| diff --git a/base/process/process_util_unittest.cc b/base/process/process_util_unittest.cc
|
| index cb87d90fee4906ed5faffa7b1edebda4ecadf43b..4b2a575bf7d06f75eef161235ffcff0c50a37ab2 100644
|
| --- a/base/process/process_util_unittest.cc
|
| +++ b/base/process/process_util_unittest.cc
|
| @@ -607,7 +607,7 @@ std::string TestLaunchProcess(const std::vector<std::string>& args,
|
| #else
|
| CHECK_EQ(0, clone_flags);
|
| #endif // OS_LINUX
|
| - EXPECT_TRUE(base::LaunchProcess(args, options, NULL));
|
| + EXPECT_TRUE(base::LaunchProcess(args, options).IsValid());
|
| PCHECK(IGNORE_EINTR(close(fds[1])) == 0);
|
|
|
| char buf[512];
|
|
|