Index: client/prune_crash_reports.cc |
diff --git a/client/prune_crash_reports.cc b/client/prune_crash_reports.cc |
index dadb93d7423e3bbcb3690753ea8f91ee953f0f67..d94f212c4a13b389072a0d8392c5909acb68091d 100644 |
--- a/client/prune_crash_reports.cc |
+++ b/client/prune_crash_reports.cc |
@@ -59,10 +59,9 @@ void PruneCrashReportDatabase(CrashReportDatabase* database, |
} |
} |
- // TODO(rsesek): For databases that do not use a directory structure, |
- // it is possible for the metadata sidecar to become corrupted and thus |
- // leave orphaned crash report files on-disk. |
- // https://code.google.com/p/crashpad/issues/detail?id=66 |
+ // TODO(rsesek): For databases that do not use a directory structure, it is |
+ // possible for the metadata sidecar to become corrupted and thus leave |
+ // orphaned crash report files on-disk. https://crashpad.chromium.org/bug/66 |
} |
// static |