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

Unified Diff: net/base/network_time_notifier.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/network_time_notifier.cc
diff --git a/net/base/network_time_notifier.cc b/net/base/network_time_notifier.cc
index d21b4baeb889ab470d21e1589b2d380631c735ea..bdcefc16276593d3673d8f019f8253e177c17940 100644
--- a/net/base/network_time_notifier.cc
+++ b/net/base/network_time_notifier.cc
@@ -33,7 +33,8 @@ NetworkTimeNotifier::NetworkTimeNotifier(
tick_clock_ = tick_clock.Pass();
}
-NetworkTimeNotifier::~NetworkTimeNotifier() {}
+NetworkTimeNotifier::~NetworkTimeNotifier() {
+}
void NetworkTimeNotifier::UpdateNetworkTime(const base::Time& network_time,
const base::TimeDelta& resolution,
@@ -62,8 +63,9 @@ void NetworkTimeNotifier::UpdateNetworkTime(const base::Time& network_time,
// this task was posted, 4 is the Now() above and 5 will be the Now() used in
// GetNetworkTime().
network_time_uncertainty_ =
- resolution + latency + kNumTimeMeasurements *
- base::TimeDelta::FromMilliseconds(kTicksResolutionMs);
+ resolution + latency +
+ kNumTimeMeasurements *
+ base::TimeDelta::FromMilliseconds(kTicksResolutionMs);
for (size_t i = 0; i < observers_.size(); ++i) {
base::MessageLoop::current()->PostTask(

Powered by Google App Engine
This is Rietveld 408576698