summaryrefslogtreecommitdiffstats
path: root/chrome_frame/crash_reporting/crash_metrics.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/crash_reporting/crash_metrics.cc')
-rw-r--r--chrome_frame/crash_reporting/crash_metrics.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/crash_reporting/crash_metrics.cc b/chrome_frame/crash_reporting/crash_metrics.cc
index 8a103f1..fb59aa8 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",