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

Unified Diff: net/base/network_change_notifier_linux.cc

Issue 649763002: git cl format the second third of the net/base directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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_change_notifier_linux.cc
diff --git a/net/base/network_change_notifier_linux.cc b/net/base/network_change_notifier_linux.cc
index b10f8a8e640e140fe49b62210d3e404cc239a52e..025322d73a1b79034d60f738cf957b62f298bb55 100644
--- a/net/base/network_change_notifier_linux.cc
+++ b/net/base/network_change_notifier_linux.cc
@@ -43,10 +43,9 @@ class NetworkChangeNotifierLinux::Thread : public base::Thread {
NetworkChangeNotifierLinux::Thread::Thread()
: base::Thread("NetworkChangeNotifier"),
address_tracker_(
- base::Bind(&NetworkChangeNotifier::
- NotifyObserversOfIPAddressChange),
- base::Bind(&NetworkChangeNotifier::
- NotifyObserversOfConnectionTypeChange),
+ base::Bind(&NetworkChangeNotifier::NotifyObserversOfIPAddressChange),
+ base::Bind(
+ &NetworkChangeNotifier::NotifyObserversOfConnectionTypeChange),
base::Bind(base::DoNothing)) {
}

Powered by Google App Engine
This is Rietveld 408576698