Index: chrome/browser/profiles/profile_impl_io_data.h |
diff --git a/chrome/browser/profiles/profile_impl_io_data.h b/chrome/browser/profiles/profile_impl_io_data.h |
index 91521bc3dd2d96fab06853f7850bde347da2132c..27125b5d59433146ad5317e7a21900c6fddf0ece 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.h |
+++ b/chrome/browser/profiles/profile_impl_io_data.h |
@@ -149,7 +149,7 @@ class ProfileImplIOData : public ProfileIOData { |
DISALLOW_COPY_AND_ASSIGN(Handle); |
}; |
- virtual bool IsDataReductionProxyEnabled() const OVERRIDE; |
+ virtual bool IsDataReductionProxyEnabled() const override; |
BooleanPrefMember* data_reduction_proxy_enabled() const { |
return &data_reduction_proxy_enabled_; |