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

Unified Diff: Source/platform/scroll/ScrollbarThemeOverlayMock.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/scroll/ScrollbarThemeOverlayMock.h
diff --git a/Source/platform/scroll/ScrollbarThemeOverlayMock.h b/Source/platform/scroll/ScrollbarThemeOverlayMock.h
index 3fa6ca997bd7ec92f32c1e554316a894b760eee0..00628bbd7fc036cf3696e9f4eda050bd48077eaa 100644
--- a/Source/platform/scroll/ScrollbarThemeOverlayMock.h
+++ b/Source/platform/scroll/ScrollbarThemeOverlayMock.h
@@ -40,7 +40,7 @@ public:
ScrollbarThemeOverlayMock() : ScrollbarThemeOverlay(3, 4, DisallowHitTest, Color(128, 128, 128)) { }
private:
- virtual bool isMockTheme() const override FINAL { return true; }
+ virtual bool isMockTheme() const override final { return true; }
};
} // namespace blink
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeMock.h ('k') | Source/platform/speech/PlatformSpeechSynthesisUtterance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698