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

Unified Diff: Source/core/html/forms/TelephoneInputType.h

Issue 934163004: Modernize coding style in core/html/forms/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 10 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/forms/SubmitInputType.h ('k') | Source/core/html/forms/TextFieldInputType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/TelephoneInputType.h
diff --git a/Source/core/html/forms/TelephoneInputType.h b/Source/core/html/forms/TelephoneInputType.h
index 5d11d69f874860d67c331006c7e48b186becb540..e78e541e9f57df8a9c40d53945d698caacfbdef8 100644
--- a/Source/core/html/forms/TelephoneInputType.h
+++ b/Source/core/html/forms/TelephoneInputType.h
@@ -41,8 +41,8 @@ public:
private:
TelephoneInputType(HTMLInputElement& element) : BaseTextInputType(element) { }
- virtual void countUsage() override;
- virtual const AtomicString& formControlType() const override;
+ void countUsage() override;
+ const AtomicString& formControlType() const override;
};
} // namespace blink
« no previous file with comments | « Source/core/html/forms/SubmitInputType.h ('k') | Source/core/html/forms/TextFieldInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698