| Index: chrome/common/terminate_on_heap_corruption_experiment_win.cc
|
| diff --git a/chrome/common/terminate_on_heap_corruption_experiment_win.cc b/chrome/common/terminate_on_heap_corruption_experiment_win.cc
|
| index ee27975731a5511abd899c3b92cf8e86bf7da873..ac88b9ca69782c155d6a9682931eaf447241a2b1 100644
|
| --- a/chrome/common/terminate_on_heap_corruption_experiment_win.cc
|
| +++ b/chrome/common/terminate_on_heap_corruption_experiment_win.cc
|
| @@ -22,7 +22,7 @@
|
|
|
| namespace {
|
|
|
| -wchar_t* GetBeaconKeyPath() {
|
| +const wchar_t* GetBeaconKeyPath() {
|
| chrome::VersionInfo::Channel channel = chrome::VersionInfo::CHANNEL_UNKNOWN;
|
|
|
| // We are called quite early, before the CommandLine is initialized. We don't
|
|
|