| Index: net/base/bandwidth_metrics.cc
|
| diff --git a/net/base/bandwidth_metrics.cc b/net/base/bandwidth_metrics.cc
|
| index 0644122d7ddc7dd7e7c0c7049bc3d2db5a0d5f0c..262fbb2aa9cb3c3848709b4c2ad2aab9d068e99b 100644
|
| --- a/net/base/bandwidth_metrics.cc
|
| +++ b/net/base/bandwidth_metrics.cc
|
| @@ -10,8 +10,7 @@ static base::LazyInstance<net::BandwidthMetrics> g_bandwidth_metrics =
|
|
|
| namespace net {
|
|
|
| -ScopedBandwidthMetrics::ScopedBandwidthMetrics()
|
| - : started_(false) {
|
| +ScopedBandwidthMetrics::ScopedBandwidthMetrics() : started_(false) {
|
| }
|
|
|
| ScopedBandwidthMetrics::~ScopedBandwidthMetrics() {
|
|
|