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

Unified Diff: net/base/network_time_notifier.h

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.h
diff --git a/net/base/network_time_notifier.h b/net/base/network_time_notifier.h
index 62e234863a0fcb84c09c992a028ec073dee70c50..8495246d6866ef200fc4d61d75a632e8a24be8eb 100644
--- a/net/base/network_time_notifier.h
+++ b/net/base/network_time_notifier.h
@@ -30,9 +30,9 @@ class NET_EXPORT NetworkTimeNotifier {
// with |network_time|.
// const base::TimeDelta& network_time_uncertainty - the uncertainty
// associated with the new network time.
- typedef base::Callback<void(const base::Time&,
- const base::TimeTicks&,
- const base::TimeDelta&)> ObserverCallback;
+ typedef base::Callback<
+ void(const base::Time&, const base::TimeTicks&, const base::TimeDelta&)>
+ ObserverCallback;
// Takes ownership of |tick_clock|.
explicit NetworkTimeNotifier(scoped_ptr<base::TickClock> tick_clock);

Powered by Google App Engine
This is Rietveld 408576698