| Index: chrome/app/chrome_crash_reporter_client_win.cc
|
| diff --git a/chrome/app/chrome_crash_reporter_client_win.cc b/chrome/app/chrome_crash_reporter_client_win.cc
|
| index b13781d981b37f35d6522d1b62b6b47c1cc19350..962c8232d3b43df43429f6138fc762603274211b 100644
|
| --- a/chrome/app/chrome_crash_reporter_client_win.cc
|
| +++ b/chrome/app/chrome_crash_reporter_client_win.cc
|
| @@ -88,8 +88,7 @@ size_t RegisterCrashKeysHelper() {
|
| // but ultimately constitute a single key-value pair.
|
| //
|
| // For now these need to be kept relatively up to date with those in
|
| - // //chrome/common/crash_keys.cc::RegisterChromeCrashKeys() and
|
| - // //blimp/engine/app/blimp_engine_crash_keys.cc
|
| + // chrome/common/crash_keys.cc::RegisterChromeCrashKeys().
|
| constexpr base::debug::CrashKey fixed_keys[] = {
|
| {kMetricsClientId, kSmallSize},
|
| {kChannel, kSmallSize},
|
|
|