| 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.
|
|
|