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

Unified Diff: chrome/browser/font_family_cache_unittest.cc

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs 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 | « chrome/browser/font_family_cache.h ('k') | chrome/browser/geolocation/chrome_access_token_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/font_family_cache_unittest.cc
diff --git a/chrome/browser/font_family_cache_unittest.cc b/chrome/browser/font_family_cache_unittest.cc
index 43a2fb277296ca6dfe5d2176267294bbd6973b80..0a28acf6699a708b54f4a28586f7c560be7c6ca4 100644
--- a/chrome/browser/font_family_cache_unittest.cc
+++ b/chrome/browser/font_family_cache_unittest.cc
@@ -17,7 +17,7 @@ class TestingFontFamilyCache : public FontFamilyCache {
: FontFamilyCache(profile), fetch_font_count_(0) {}
virtual ~TestingFontFamilyCache() {}
virtual base::string16 FetchFont(const char* script,
- const char* map_name) OVERRIDE {
+ const char* map_name) override {
++fetch_font_count_;
return FontFamilyCache::FetchFont(script, map_name);
}
« no previous file with comments | « chrome/browser/font_family_cache.h ('k') | chrome/browser/geolocation/chrome_access_token_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698