| Index: net/base/bandwidth_metrics.cc
|
| diff --git a/net/base/bandwidth_metrics.cc b/net/base/bandwidth_metrics.cc
|
| index fa23a77da5423e2d61054a0fde7581751aeb06ac..5446960812ab1fa9dae05502b9797337fde35fb7 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 =
|
| + LAZY_INSTANCE_INITIALIZER;
|
|
|
| namespace net {
|
|
|
|
|