| Index: net/base/network_change_notifier.cc
|
| diff --git a/net/base/network_change_notifier.cc b/net/base/network_change_notifier.cc
|
| index 4c1dd68968405dc344f74371f6bb0f1e9eb71374..b86b79c90d5a54d0ee73753aedab2691e424e587 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_;
|
|
|
|
|