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

Unified Diff: Source/web/DateTimeChooserImpl.h

Issue 135753002: Update web classes to use OVERRIDE / FINAL when needed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 11 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/web/DatabaseClientImpl.h ('k') | Source/web/DragClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/DateTimeChooserImpl.h
diff --git a/Source/web/DateTimeChooserImpl.h b/Source/web/DateTimeChooserImpl.h
index 60e20f379d31ddc344b1caa88db409aeaff28e8a..f43b3d41f6e08c716c480c38813c06ebdf459cae 100644
--- a/Source/web/DateTimeChooserImpl.h
+++ b/Source/web/DateTimeChooserImpl.h
@@ -44,7 +44,7 @@ namespace blink {
class ChromeClientImpl;
-class DateTimeChooserImpl : public WebCore::DateTimeChooser, public WebCore::PagePopupClient {
+class DateTimeChooserImpl FINAL : public WebCore::DateTimeChooser, public WebCore::PagePopupClient {
public:
static PassRefPtr<DateTimeChooserImpl> create(ChromeClientImpl*, WebCore::DateTimeChooserClient*, const WebCore::DateTimeChooserParameters&);
virtual ~DateTimeChooserImpl();
« no previous file with comments | « Source/web/DatabaseClientImpl.h ('k') | Source/web/DragClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698