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

Unified Diff: third_party/crashpad/crashpad/test/hex_string.h

Issue 2804713002: Update Crashpad to b4095401639ebe2ad33169e5c1d994065cbff1b8 (Closed)
Patch Set: Created 3 years, 8 months 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
« no previous file with comments | « third_party/crashpad/crashpad/test/file.cc ('k') | third_party/crashpad/crashpad/test/hex_string_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/crashpad/crashpad/test/hex_string.h
diff --git a/third_party/crashpad/crashpad/test/hex_string.h b/third_party/crashpad/crashpad/test/hex_string.h
index 08654880f4d7d5acc6aadc4cdd90c1cd2ffa850f..435a692efdfda309dccfdfc6174a43700b7268ae 100644
--- a/third_party/crashpad/crashpad/test/hex_string.h
+++ b/third_party/crashpad/crashpad/test/hex_string.h
@@ -29,8 +29,8 @@ namespace test {
//! uint8_t expected[10];
//! uint8_t observed[10];
//! // …
-//! EXPECT_EQ(BytesToHexString(expected, arraysize(expected)),
-//! BytesToHexString(observed, arraysize(observed)));
+//! EXPECT_EQ(BytesToHexString(observed, arraysize(observed)),
+//! BytesToHexString(expected, arraysize(expected)));
//! \endcode
std::string BytesToHexString(const void* bytes, size_t length);
« no previous file with comments | « third_party/crashpad/crashpad/test/file.cc ('k') | third_party/crashpad/crashpad/test/hex_string_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698