| Index: snapshot/win/pe_image_reader.cc
|
| diff --git a/snapshot/win/pe_image_reader.cc b/snapshot/win/pe_image_reader.cc
|
| index 6f5bb61086cfb930b79c4fab9c9f8ea5eb83a996..b6bb7aa6ef076478536a1c0bd84f96ef5c49a9ed 100644
|
| --- a/snapshot/win/pe_image_reader.cc
|
| +++ b/snapshot/win/pe_image_reader.cc
|
| @@ -191,7 +191,7 @@ bool PEImageReader::ReadDebugDirectoryInformation(UUID* uuid,
|
| if (*reinterpret_cast<DWORD*>(data.get()) !=
|
| CodeViewRecordPDB70::kSignature) {
|
| // TODO(scottmg): Consider supporting other record types, see
|
| - // https://code.google.com/p/crashpad/issues/detail?id=47.
|
| + // https://crashpad.chromium.org/bug/47.
|
| LOG(WARNING) << "encountered non-7.0 CodeView debug record";
|
| continue;
|
| }
|
|
|