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

Unified Diff: Source/platform/fonts/FontCacheTest.cpp

Issue 630853002: Replacing the OVERRIDE with override in third_party/WebKit/Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase build fix 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 | « Source/platform/exported/WebScrollbarThemeGeometryNative.h ('k') | Source/platform/fonts/GlyphBuffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/FontCacheTest.cpp
diff --git a/Source/platform/fonts/FontCacheTest.cpp b/Source/platform/fonts/FontCacheTest.cpp
index 0b0cdbb18f6fe36d394ce5d3ea0d806e800f01e6..c982fd6fc0de9e8ac4a554516303f47ba7e0df17 100644
--- a/Source/platform/fonts/FontCacheTest.cpp
+++ b/Source/platform/fonts/FontCacheTest.cpp
@@ -16,7 +16,7 @@ class EmptyPlatform : public Platform {
public:
EmptyPlatform() { }
virtual ~EmptyPlatform() { }
- virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) OVERRIDE { }
+ virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) override { }
};
TEST(FontCache, getLastResortFallbackFont)
« no previous file with comments | « Source/platform/exported/WebScrollbarThemeGeometryNative.h ('k') | Source/platform/fonts/GlyphBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698