Index: components/data_reduction_proxy/browser/data_reduction_proxy_settings.h |
diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_settings.h b/components/data_reduction_proxy/browser/data_reduction_proxy_settings.h |
index fdb57c6fd4ef246b3c88b0bd0f91d3ac04627331..91a17dc5f552004d2d0901adf49dd785ceba564c 100644 |
--- a/components/data_reduction_proxy/browser/data_reduction_proxy_settings.h |
+++ b/components/data_reduction_proxy/browser/data_reduction_proxy_settings.h |
@@ -179,7 +179,7 @@ class DataReductionProxySettings |
ContentLengthList GetDailyContentLengths(const char* pref_name); |
// net::URLFetcherDelegate: |
- virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE; |
+ virtual void OnURLFetchComplete(const net::URLFetcher* source) override; |
protected: |
void InitPrefMembers(); |
@@ -269,7 +269,7 @@ class DataReductionProxySettings |
TestSetProxyConfigsHoldback); |
// NetworkChangeNotifier::IPAddressObserver: |
- virtual void OnIPAddressChanged() OVERRIDE; |
+ virtual void OnIPAddressChanged() override; |
void OnProxyEnabledPrefChange(); |
void OnProxyAlternativeEnabledPrefChange(); |