summaryrefslogtreecommitdiffstats
path: root/net/base/network_change_notifier_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/network_change_notifier_win.h')
-rw-r--r--net/base/network_change_notifier_win.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/base/network_change_notifier_win.h b/net/base/network_change_notifier_win.h
index 403377b..ba2f53dc 100644
--- a/net/base/network_change_notifier_win.h
+++ b/net/base/network_change_notifier_win.h
@@ -13,12 +13,10 @@
namespace net {
-class NetLog;
-
class NetworkChangeNotifierWin : public NetworkChangeNotifier,
public NonThreadSafe {
public:
- explicit NetworkChangeNotifierWin(NetLog* net_log);
+ NetworkChangeNotifierWin();
// Called by NetworkChangeNotifierWin::Impl.
void OnIPAddressChanged();
@@ -36,7 +34,6 @@ class NetworkChangeNotifierWin : public NetworkChangeNotifier,
// true so we assert that all observers have been removed.
ObserverList<Observer, false> observers_;
scoped_ptr<Impl> impl_;
- NetLog* const net_log_;
DISALLOW_COPY_AND_ASSIGN(NetworkChangeNotifierWin);
};