| Index: util/win/process_info.h
|
| diff --git a/util/win/process_info.h b/util/win/process_info.h
|
| index f8ed4ae4110404c9d3718a535296b6a28d0370eb..ca1935bb5db9924134fac78980aeb759af813635 100644
|
| --- a/util/win/process_info.h
|
| +++ b/util/win/process_info.h
|
| @@ -180,7 +180,7 @@ class ProcessInfo {
|
| std::vector<MEMORY_BASIC_INFORMATION64> memory_info_;
|
|
|
| // Handles() is logically const, but updates this member on first retrieval.
|
| - // See https://code.google.com/p/crashpad/issues/detail?id=9.
|
| + // See https://crashpad.chromium.org/bug/9.
|
| mutable std::vector<Handle> handles_;
|
|
|
| bool is_64_bit_;
|
|
|