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

Unified Diff: net/base/network_change_notifier_linux.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_change_notifier_linux.cc
diff --git a/net/base/network_change_notifier_linux.cc b/net/base/network_change_notifier_linux.cc
index 3fe96562c049159f7a65c37b9c67fd16a4c64dd0..4a40f3072287218e66c97aefdeafc17a706b69a6 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