| Index: snapshot/win/module_snapshot_win.cc
|
| diff --git a/snapshot/win/module_snapshot_win.cc b/snapshot/win/module_snapshot_win.cc
|
| index f45bedc68741075ba5c4523dbba1bf60b2fd17ae..3876fb1ed644fee124fe1726deb7127c185d79a1 100644
|
| --- a/snapshot/win/module_snapshot_win.cc
|
| +++ b/snapshot/win/module_snapshot_win.cc
|
| @@ -161,7 +161,7 @@ std::vector<std::string> ModuleSnapshotWin::AnnotationsVector() const {
|
| INITIALIZATION_STATE_DCHECK_VALID(initialized_);
|
| // These correspond to system-logged things on Mac. We don't currently track
|
| // any of these on Windows, but could in the future.
|
| - // See https://code.google.com/p/crashpad/issues/detail?id=38.
|
| + // See https://crashpad.chromium.org/bug/38.
|
| return std::vector<std::string>();
|
| }
|
|
|
|
|