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

Unified Diff: Source/platform/scroll/ScrollbarThemeOverlayMock.h

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/scroll/ScrollbarThemeOverlay.h ('k') | Source/platform/testing/ArenaTestHelpers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/ScrollbarThemeOverlayMock.h
diff --git a/Source/platform/scroll/ScrollbarThemeOverlayMock.h b/Source/platform/scroll/ScrollbarThemeOverlayMock.h
index 1b676ea16a027b5d0a18583bad994605505ed689..3fa6ca997bd7ec92f32c1e554316a894b760eee0 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/ScrollbarThemeOverlay.h ('k') | Source/platform/testing/ArenaTestHelpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698