Index: components/variations/caching_permuted_entropy_provider.h |
diff --git a/components/variations/caching_permuted_entropy_provider.h b/components/variations/caching_permuted_entropy_provider.h |
index d5ee0e7a531fefcc30c4666353aa84147a58874b..e73ed69e66f4c7b935aea34eded561c6b0860333 100644 |
--- a/components/variations/caching_permuted_entropy_provider.h |
+++ b/components/variations/caching_permuted_entropy_provider.h |
@@ -38,7 +38,7 @@ class CachingPermutedEntropyProvider : public PermutedEntropyProvider { |
private: |
// PermutedEntropyProvider overrides: |
- virtual uint16 GetPermutedValue(uint32 randomization_seed) const OVERRIDE; |
+ virtual uint16 GetPermutedValue(uint32 randomization_seed) const override; |
// Reads the cache from local state. |
void ReadFromLocalState() const; |