| Index: net/url_request/url_request_throttler_manager.h
|
| diff --git a/net/url_request/url_request_throttler_manager.h b/net/url_request/url_request_throttler_manager.h
|
| index 31d28ef3e77084d24287a9296d62ca4cef8a8c4b..10c656112869c11fb9620a52af800418b06a5fb5 100644
|
| --- a/net/url_request/url_request_throttler_manager.h
|
| +++ b/net/url_request/url_request_throttler_manager.h
|
| @@ -78,11 +78,11 @@ class NET_EXPORT URLRequestThrottlerManager
|
| NetLog* net_log() const;
|
|
|
| // IPAddressObserver interface.
|
| - virtual void OnIPAddressChanged() OVERRIDE;
|
| + virtual void OnIPAddressChanged() override;
|
|
|
| // ConnectionTypeObserver interface.
|
| virtual void OnConnectionTypeChanged(
|
| - NetworkChangeNotifier::ConnectionType type) OVERRIDE;
|
| + NetworkChangeNotifier::ConnectionType type) override;
|
|
|
| // Method that allows us to transform a URL into an ID that can be used in our
|
| // map. Resulting IDs will be lowercase and consist of the scheme, host, port
|
|
|