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

Unified Diff: Source/core/html/shadow/DateTimeEditElement.h

Issue 131793003: Update remaining HTML classes to use OVERRIDE / FINAL when needed (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove useless FINAL 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/core/html/shadow/ClearButtonElement.h ('k') | Source/core/html/shadow/DateTimeFieldElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/shadow/DateTimeEditElement.h
diff --git a/Source/core/html/shadow/DateTimeEditElement.h b/Source/core/html/shadow/DateTimeEditElement.h
index 87226cb136bbfa8fa57fec3d66545fcfc1375418..ede87640006d533ed55eee892b57f633198b8842 100644
--- a/Source/core/html/shadow/DateTimeEditElement.h
+++ b/Source/core/html/shadow/DateTimeEditElement.h
@@ -136,14 +136,14 @@ private:
virtual bool isDateTimeEditElement() const OVERRIDE;
// DateTimeFieldElement::FieldOwner functions.
- virtual void didBlurFromField() OVERRIDE FINAL;
- virtual void didFocusOnField() OVERRIDE FINAL;
- virtual void fieldValueChanged() OVERRIDE FINAL;
- virtual bool focusOnNextField(const DateTimeFieldElement&) OVERRIDE FINAL;
- virtual bool focusOnPreviousField(const DateTimeFieldElement&) OVERRIDE FINAL;
- virtual bool isFieldOwnerDisabled() const OVERRIDE FINAL;
- virtual bool isFieldOwnerReadOnly() const OVERRIDE FINAL;
- virtual AtomicString localeIdentifier() const OVERRIDE FINAL;
+ virtual void didBlurFromField() OVERRIDE;
+ virtual void didFocusOnField() OVERRIDE;
+ virtual void fieldValueChanged() OVERRIDE;
+ virtual bool focusOnNextField(const DateTimeFieldElement&) OVERRIDE;
+ virtual bool focusOnPreviousField(const DateTimeFieldElement&) OVERRIDE;
+ virtual bool isFieldOwnerDisabled() const OVERRIDE;
+ virtual bool isFieldOwnerReadOnly() const OVERRIDE;
+ virtual AtomicString localeIdentifier() const OVERRIDE;
Vector<DateTimeFieldElement*, maximumNumberOfFields> m_fields;
EditControlOwner* m_editControlOwner;
« no previous file with comments | « Source/core/html/shadow/ClearButtonElement.h ('k') | Source/core/html/shadow/DateTimeFieldElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698