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

Unified Diff: net/base/network_change_notifier_linux.h

Issue 642403002: git cl format the first 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.h
diff --git a/net/base/network_change_notifier_linux.h b/net/base/network_change_notifier_linux.h
index 1e8a7ebe2453afabe8a8ef3927a1505f4694beff..c087e320b57ac01f3e1c23ce6b5c2a57f6b81183 100644
--- a/net/base/network_change_notifier_linux.h
+++ b/net/base/network_change_notifier_linux.h
@@ -28,8 +28,8 @@ class NET_EXPORT_PRIVATE NetworkChangeNotifierLinux
// NetworkChangeNotifier:
virtual ConnectionType GetCurrentConnectionType() const override;
- virtual const internal::AddressTrackerLinux*
- GetAddressTrackerInternal() const override;
+ virtual const internal::AddressTrackerLinux* GetAddressTrackerInternal()
+ const override;
// The thread used to listen for notifications. This relays the notification
// to the registered observers without posting back to the thread the object

Powered by Google App Engine
This is Rietveld 408576698