| Index: third_party/crashpad/crashpad/test/win/win_child_process.cc
|
| diff --git a/third_party/crashpad/crashpad/test/win/win_child_process.cc b/third_party/crashpad/crashpad/test/win/win_child_process.cc
|
| index 73761aa6eac13c89a03c4cb8756c7514179b39bb..156aa6dc120e5a7db1b7c3b15c35a9fb4d8aa342 100644
|
| --- a/third_party/crashpad/crashpad/test/win/win_child_process.cc
|
| +++ b/third_party/crashpad/crashpad/test/win/win_child_process.cc
|
| @@ -142,7 +142,7 @@ WinChildProcess::WinChildProcess() {
|
| // the parent and so are open and have the same value as in the parent. The
|
| // values are passed to the child on the command line.
|
| std::string left, right;
|
| - CHECK(SplitString(switch_value, '|', &left, &right));
|
| + CHECK(SplitStringFirst(switch_value, '|', &left, &right));
|
|
|
| // left and right were formatted as 0x%x, so they need to be converted as
|
| // unsigned ints.
|
|
|