Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(586)

Unified Diff: net/base/bandwidth_metrics.cc

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {
« no previous file with comments | « net/base/bandwidth_metrics.h ('k') | net/base/cache_type.h » ('j') | net/base/mime_sniffer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698