Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(350)

Unified Diff: components/variations/caching_permuted_entropy_provider.h

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/user_manager/user_manager_base.h ('k') | components/variations/entropy_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « components/user_manager/user_manager_base.h ('k') | components/variations/entropy_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698