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..fb59aa8fc1d886fc53c1b669cc3cad8a146bda6f 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_ = LAZY_INSTANCE_INITIALIZER; |
wchar_t* CrashMetricsReporter::g_metric_names[LAST_METRIC] = { |
L"navigationcount", |