Commit a938d3d1 authored by mostynb's avatar mostynb Committed by Commit bot

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}
parent 8c07d893
...@@ -149,7 +149,7 @@ class ProfileImplIOData : public ProfileIOData { ...@@ -149,7 +149,7 @@ class ProfileImplIOData : public ProfileIOData {
DISALLOW_COPY_AND_ASSIGN(Handle); DISALLOW_COPY_AND_ASSIGN(Handle);
}; };
virtual bool IsDataReductionProxyEnabled() const OVERRIDE; virtual bool IsDataReductionProxyEnabled() const override;
BooleanPrefMember* data_reduction_proxy_enabled() const { BooleanPrefMember* data_reduction_proxy_enabled() const {
return &data_reduction_proxy_enabled_; return &data_reduction_proxy_enabled_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment