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

Unified Diff: components/browser_watcher/postmortem_minidump_writer_win_unittest.cc

Issue 2555353002: Update Crashpad to 32981a3ee9d7c2769fb27afa038fe2e194cfa329 (Closed)
Patch Set: fix readme Created 4 years 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: components/browser_watcher/postmortem_minidump_writer_win_unittest.cc
diff --git a/components/browser_watcher/postmortem_minidump_writer_win_unittest.cc b/components/browser_watcher/postmortem_minidump_writer_win_unittest.cc
index 7acbfb1b3fcc96ceb48bedfa76307bdeb56e48ad..645caa1e1cd331ad8fca87606bb17bce6c909a32 100644
--- a/components/browser_watcher/postmortem_minidump_writer_win_unittest.cc
+++ b/components/browser_watcher/postmortem_minidump_writer_win_unittest.cc
@@ -33,8 +33,8 @@ class WritePostmortemDumpTest : public testing::Test {
void SetUp() override {
testing::Test::SetUp();
- expected_client_id_ = UUID(UUID::InitializeWithNewTag{});
- expected_report_id_ = UUID(UUID::InitializeWithNewTag{});
+ expected_client_id_.InitializeWithNew();
+ expected_report_id_.InitializeWithNew();
// Create a stability report.
// TODO(manzagop): flesh out the report once proto is more detailed.

Powered by Google App Engine
This is Rietveld 408576698