Index: chrome_frame/crash_reporting/crash_metrics.cc |
diff --git a/chrome_frame/crash_reporting/crash_metrics.cc b/chrome_frame/crash_reporting/crash_metrics.cc |
index 8a103f1e6537bc818ed3bf166e6428d1234f65ad..49a1cf35a4c62a0d92274daf8bf2e54bff0f164c 100644 |
--- a/chrome_frame/crash_reporting/crash_metrics.cc |
+++ b/chrome_frame/crash_reporting/crash_metrics.cc |
@@ -12,7 +12,7 @@ static const wchar_t kChromeFrameMetricsKey[] = |
L"Software\\Google\\ChromeFrameMetrics"; |
base::LazyInstance<CrashMetricsReporter> |
- g_crash_metrics_instance_(base::LINKER_INITIALIZED); |
+ g_crash_metrics_instance_ = LINKER_ZERO_INITIALIZED; |
wchar_t* CrashMetricsReporter::g_metric_names[LAST_METRIC] = { |
L"navigationcount", |