| Index: components/variations/variations_http_header_provider.h
|
| diff --git a/components/variations/variations_http_header_provider.h b/components/variations/variations_http_header_provider.h
|
| index 2386a5f3fd12ea09d94d4fa2c00d0e8a8324790e..30cdc3afeaa5d6434f656fe6472bb514197de31e 100644
|
| --- a/components/variations/variations_http_header_provider.h
|
| +++ b/components/variations/variations_http_header_provider.h
|
| @@ -71,7 +71,7 @@ class VariationsHttpHeaderProvider : base::FieldTrialList::Observer {
|
| // |group_name| to the variation ID cache.
|
| virtual void OnFieldTrialGroupFinalized(
|
| const std::string& trial_name,
|
| - const std::string& group_name) OVERRIDE;
|
| + const std::string& group_name) override;
|
|
|
| // Prepares the variation IDs cache with initial values if not already done.
|
| // This method also registers the caller with the FieldTrialList to receive
|
|
|