summaryrefslogtreecommitdiffstats
path: root/net/base/network_change_notifier_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/network_change_notifier_linux.h')
-rw-r--r--net/base/network_change_notifier_linux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/base/network_change_notifier_linux.h b/net/base/network_change_notifier_linux.h
index a7080d9..1e8a7eb 100644
--- a/net/base/network_change_notifier_linux.h
+++ b/net/base/network_change_notifier_linux.h
@@ -26,10 +26,10 @@ class NET_EXPORT_PRIVATE NetworkChangeNotifierLinux
static NetworkChangeCalculatorParams NetworkChangeCalculatorParamsLinux();
// NetworkChangeNotifier:
- virtual ConnectionType GetCurrentConnectionType() const OVERRIDE;
+ virtual ConnectionType GetCurrentConnectionType() const override;
virtual const internal::AddressTrackerLinux*
- GetAddressTrackerInternal() const OVERRIDE;
+ 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