| Index: net/base/network_change_notifier.cc
|
| diff --git a/net/base/network_change_notifier.cc b/net/base/network_change_notifier.cc
|
| index 03502f6dbfd6a21daef19127e08348013198660d..e1a120ec79bb982b7150a28a9d58e4765e318c38 100644
|
| --- a/net/base/network_change_notifier.cc
|
| +++ b/net/base/network_change_notifier.cc
|
| @@ -484,7 +484,7 @@ class NetworkChangeNotifier::NetworkChangeCalculator
|
| // Value to pass to NotifyObserversOfNetworkChange when Notify is called.
|
| ConnectionType pending_connection_type_;
|
| // Used to delay notifications so duplicates can be combined.
|
| - base::OneShotTimer<NetworkChangeCalculator> timer_;
|
| + base::OneShotTimer timer_;
|
|
|
| base::ThreadChecker thread_checker_;
|
|
|
|
|