Index: components/variations/entropy_provider.h |
diff --git a/components/variations/entropy_provider.h b/components/variations/entropy_provider.h |
index 786ae28165bcc3a344e35b02fc5bd9223326c9ce..ff6ba87fe91344ed1820d9dc642da2233754747a 100644 |
--- a/components/variations/entropy_provider.h |
+++ b/components/variations/entropy_provider.h |
@@ -52,7 +52,7 @@ class SHA1EntropyProvider : public base::FieldTrial::EntropyProvider { |
// base::FieldTrial::EntropyProvider implementation: |
virtual double GetEntropyForTrial(const std::string& trial_name, |
- uint32 randomization_seed) const OVERRIDE; |
+ uint32 randomization_seed) const override; |
private: |
std::string entropy_source_; |
@@ -75,7 +75,7 @@ class PermutedEntropyProvider : public base::FieldTrial::EntropyProvider { |
// base::FieldTrial::EntropyProvider implementation: |
virtual double GetEntropyForTrial(const std::string& trial_name, |
- uint32 randomization_seed) const OVERRIDE; |
+ uint32 randomization_seed) const override; |
protected: |
// Performs the permutation algorithm and returns the permuted value that |