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 c1ba1ee09d297121a0dfb794a5c39056de112cae..ba45b0b26aad4aaf924103b4f08f29808abb1755 100644 |
--- a/net/base/network_change_notifier_linux.h |
+++ b/net/base/network_change_notifier_linux.h |
@@ -34,6 +34,9 @@ class NET_EXPORT_PRIVATE NetworkChangeNotifierLinux |
// NetworkChangeNotifier: |
virtual ConnectionType GetCurrentConnectionType() 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 |
// was created on. |