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

Unified Diff: net/base/network_change_notifier_linux.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_change_notifier_linux.h
diff --git a/net/base/network_change_notifier_linux.h b/net/base/network_change_notifier_linux.h
index a7080d9effbf035729fa4478d0fc7a76390db5da..046bae10114a7aaec59939a5c43c8759cdbd0da7 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