| Index: third_party/crashpad/crashpad/util/win/process_info_test.cc
|
| diff --git a/third_party/crashpad/crashpad/util/win/process_info_test.cc b/third_party/crashpad/crashpad/util/win/process_info_test.cc
|
| index be2cfed0a2c340101dd0d09d6e864e819d87feb3..e377a6ee8d1a944d80abafca6440663a48d282bd 100644
|
| --- a/third_party/crashpad/crashpad/util/win/process_info_test.cc
|
| +++ b/third_party/crashpad/crashpad/util/win/process_info_test.cc
|
| @@ -132,7 +132,8 @@ TEST(ProcessInfo, Self) {
|
| void TestOtherProcess(const base::string16& directory_modification) {
|
| ProcessInfo process_info;
|
|
|
| - UUID done_uuid(UUID::InitializeWithNewTag{});
|
| + UUID done_uuid;
|
| + done_uuid.InitializeWithNew();
|
|
|
| ScopedKernelHANDLE done(
|
| CreateEvent(nullptr, true, false, done_uuid.ToString16().c_str()));
|
|
|