summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles
diff options
context:
space:
mode:
authormostynb <mostynb@opera.com>2014-10-13 04:59:08 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-13 11:59:23 +0000
commita938d3d1acbae3ce04052475cfecdd7b17d46eaf (patch)
tree249e4f33b8817cf947d3a6690010498c2c4360f2 /chrome/browser/profiles
parent8c07d893d4c539c6097e8b249c96785e98c1a9e8 (diff)
downloadchromium_src-a938d3d1acbae3ce04052475cfecdd7b17d46eaf.zip
chromium_src-a938d3d1acbae3ce04052475cfecdd7b17d46eaf.tar.gz
chromium_src-a938d3d1acbae3ce04052475cfecdd7b17d46eaf.tar.bz2
fix newly added OVERRIDE in profile_impl_io_data.h
BUG=417463 Review URL: https://codereview.chromium.org/653583002 Cr-Commit-Position: refs/heads/master@{#299285}
Diffstat (limited to 'chrome/browser/profiles')
-rw-r--r--chrome/browser/profiles/profile_impl_io_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile_impl_io_data.h b/chrome/browser/profiles/profile_impl_io_data.h
index 91521bc..27125b5 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_;