| Index: net/base/network_change_notifier.h
|
| diff --git a/net/base/network_change_notifier.h b/net/base/network_change_notifier.h
|
| index 044d9f46d211db32664fcad551986a7226fe5a86..46144b9b47b7d75c0688185355de01949261da63 100644
|
| --- a/net/base/network_change_notifier.h
|
| +++ b/net/base/network_change_notifier.h
|
| @@ -35,13 +35,13 @@ class NET_EXPORT NetworkChangeNotifier {
|
| // Using the terminology of the Network Information API:
|
| // http://www.w3.org/TR/netinfo-api.
|
| enum ConnectionType {
|
| - CONNECTION_UNKNOWN = 0, // A connection exists, but its type is unknown.
|
| + CONNECTION_UNKNOWN = 0, // A connection exists, but its type is unknown.
|
| CONNECTION_ETHERNET = 1,
|
| CONNECTION_WIFI = 2,
|
| CONNECTION_2G = 3,
|
| CONNECTION_3G = 4,
|
| CONNECTION_4G = 5,
|
| - CONNECTION_NONE = 6 // No connection.
|
| + CONNECTION_NONE = 6 // No connection.
|
| };
|
|
|
| class NET_EXPORT IPAddressObserver {
|
| @@ -272,15 +272,14 @@ class NET_EXPORT NetworkChangeNotifier {
|
| base::TimeDelta connection_type_online_delay_;
|
| };
|
|
|
| - explicit NetworkChangeNotifier(
|
| - const NetworkChangeCalculatorParams& params =
|
| - NetworkChangeCalculatorParams());
|
| + explicit NetworkChangeNotifier(const NetworkChangeCalculatorParams& params =
|
| + NetworkChangeCalculatorParams());
|
|
|
| #if defined(OS_LINUX)
|
| // Returns the AddressTrackerLinux if present.
|
| // TODO(szym): Retrieve AddressMap from NetworkState. http://crbug.com/144212
|
| - virtual const internal::AddressTrackerLinux*
|
| - GetAddressTrackerInternal() const;
|
| + virtual const internal::AddressTrackerLinux* GetAddressTrackerInternal()
|
| + const;
|
| #endif
|
|
|
| // Broadcasts a notification to all registered observers. Note that this
|
|
|