Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1089)

Unified Diff: third_party/crashpad/crashpad/test/win/win_child_process.cc

Issue 2478633002: Update Crashpad to b47bf6c250c6b825dee1c5fbad9152c2c962e828 (Closed)
Patch Set: mac comment 2 Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « third_party/crashpad/crashpad/test/test.gyp ('k') | third_party/crashpad/crashpad/tools/mac/run_with_crashpad.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698