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

Unified Diff: Source/platform/fonts/harfbuzz/HarfBuzzShaper.h

Issue 631803002: Replacing the OVERRIDE with override and FINAL with final (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase issue 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
Index: Source/platform/fonts/harfbuzz/HarfBuzzShaper.h
diff --git a/Source/platform/fonts/harfbuzz/HarfBuzzShaper.h b/Source/platform/fonts/harfbuzz/HarfBuzzShaper.h
index 8d6425e518e21ce55b1a16a3b6b7c4c2c57381d8..0f5e151c954ba8f9cbefd60334a8a4b72d7e0cc7 100644
--- a/Source/platform/fonts/harfbuzz/HarfBuzzShaper.h
+++ b/Source/platform/fonts/harfbuzz/HarfBuzzShaper.h
@@ -49,7 +49,7 @@ class Font;
class GlyphBufferWithOffsets;
class SimpleFontData;
-class HarfBuzzShaper FINAL {
+class HarfBuzzShaper final {
public:
enum ForTextEmphasisOrNot {
NotForTextEmphasis,
« no previous file with comments | « Source/platform/exported/WebStorageQuotaCallbacks.cpp ('k') | Source/platform/graphics/Canvas2DImageBufferSurface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698