Index: net/base/bandwidth_metrics.cc |
diff --git a/net/base/bandwidth_metrics.cc b/net/base/bandwidth_metrics.cc |
index fa23a77da5423e2d61054a0fde7581751aeb06ac..a9ad3572a61bc13a9bb6cb516f1f86b4377e5ed8 100644 |
--- a/net/base/bandwidth_metrics.cc |
+++ b/net/base/bandwidth_metrics.cc |
@@ -5,8 +5,8 @@ |
#include "base/lazy_instance.h" |
#include "net/base/bandwidth_metrics.h" |
-static base::LazyInstance<net::BandwidthMetrics> g_bandwidth_metrics( |
- base::LINKER_INITIALIZED); |
+static base::LazyInstance<net::BandwidthMetrics> g_bandwidth_metrics = |
+ LINKER_ZERO_INITIALIZED; |
namespace net { |