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

Unified Diff: Source/platform/speech/PlatformSpeechSynthesisUtterance.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/speech/PlatformSpeechSynthesisUtterance.h
diff --git a/Source/platform/speech/PlatformSpeechSynthesisUtterance.h b/Source/platform/speech/PlatformSpeechSynthesisUtterance.h
index 86f0b0f41a690f0817878796f7285dfe652e39be..bb571af0b0b46e17cc6de79dd50954ac8fdcd2f3 100644
--- a/Source/platform/speech/PlatformSpeechSynthesisUtterance.h
+++ b/Source/platform/speech/PlatformSpeechSynthesisUtterance.h
@@ -40,7 +40,7 @@ protected:
virtual ~PlatformSpeechSynthesisUtteranceClient() { }
};
-class PLATFORM_EXPORT PlatformSpeechSynthesisUtterance FINAL : public GarbageCollectedFinalized<PlatformSpeechSynthesisUtterance> {
+class PLATFORM_EXPORT PlatformSpeechSynthesisUtterance final : public GarbageCollectedFinalized<PlatformSpeechSynthesisUtterance> {
public:
static PlatformSpeechSynthesisUtterance* create(PlatformSpeechSynthesisUtteranceClient*);
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeOverlayMock.h ('k') | Source/platform/speech/PlatformSpeechSynthesisVoice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698