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

Unified Diff: net/base/network_change_notifier.h

Issue 647883002: git cl format the final 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.h
diff --git a/net/base/network_change_notifier.h b/net/base/network_change_notifier.h
index bdd2d181a1f847c083e5ae323d3f2d83c3c6fadd..5ae5f8b196e948fa1ddcde45323b637ea7587e11 100644
--- a/net/base/network_change_notifier.h
+++ b/net/base/network_change_notifier.h
@@ -42,7 +42,7 @@ class NET_EXPORT NetworkChangeNotifier {
CONNECTION_2G = 3,
CONNECTION_3G = 4,
CONNECTION_4G = 5,
- CONNECTION_NONE = 6, // No connection.
+ CONNECTION_NONE = 6, // No connection.
CONNECTION_BLUETOOTH = 7,
CONNECTION_LAST = CONNECTION_BLUETOOTH
};
@@ -290,15 +290,14 @@ class NET_EXPORT NetworkChangeNotifier {
base::TimeDelta connection_type_online_delay_;
};
- explicit NetworkChangeNotifier(
- const NetworkChangeCalculatorParams& params =
- NetworkChangeCalculatorParams());
+ explicit NetworkChangeNotifier(const NetworkChangeCalculatorParams& params =
+ NetworkChangeCalculatorParams());
mef 2014/10/10 20:38:17 not sure about motivation of this alignment.
#if defined(OS_LINUX)
// Returns the AddressTrackerLinux if present.
// TODO(szym): Retrieve AddressMap from NetworkState. http://crbug.com/144212
- virtual const internal::AddressTrackerLinux*
- GetAddressTrackerInternal() const;
+ virtual const internal::AddressTrackerLinux* GetAddressTrackerInternal()
+ const;
#endif
// See the description of NetworkChangeNotifier::GetMaxBandwidth().

Powered by Google App Engine
This is Rietveld 408576698