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

Unified Diff: Source/web/ExternalDateTimeChooser.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/EventListenerWrapper.h ('k') | Source/web/ExternalPopupMenu.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ExternalDateTimeChooser.h
diff --git a/Source/web/ExternalDateTimeChooser.h b/Source/web/ExternalDateTimeChooser.h
index ad6390183f7f498f005c52fb8a7dcd933a707878..386b9d0efea8d8e55726aa9e4c9f7daf77c72e88 100644
--- a/Source/web/ExternalDateTimeChooser.h
+++ b/Source/web/ExternalDateTimeChooser.h
@@ -39,7 +39,7 @@ class ChromeClientImpl;
class WebString;
class WebViewClient;
-class ExternalDateTimeChooser : public WebCore::DateTimeChooser {
+class ExternalDateTimeChooser FINAL : public WebCore::DateTimeChooser {
public:
static PassRefPtr<ExternalDateTimeChooser> create(ChromeClientImpl*, WebViewClient*, WebCore::DateTimeChooserClient*, const WebCore::DateTimeChooserParameters&);
virtual ~ExternalDateTimeChooser();
« no previous file with comments | « Source/web/EventListenerWrapper.h ('k') | Source/web/ExternalPopupMenu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698