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

Unified Diff: Source/core/html/forms/PasswordInputType.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/NumberInputType.h ('k') | Source/core/html/forms/RadioButtonGroupScope.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/PasswordInputType.h
diff --git a/Source/core/html/forms/PasswordInputType.h b/Source/core/html/forms/PasswordInputType.h
index 8967bbdf6c3c749143de0a054073a32c1fe614b1..b648850509a4866fd6b17353e3d55d2e84a35f19 100644
--- a/Source/core/html/forms/PasswordInputType.h
+++ b/Source/core/html/forms/PasswordInputType.h
@@ -41,14 +41,14 @@ public:
private:
PasswordInputType(HTMLInputElement& element) : BaseTextInputType(element) { }
- virtual void countUsage() override;
- virtual const AtomicString& formControlType() const override;
- virtual bool shouldSaveAndRestoreFormControlState() const override;
- virtual FormControlState saveFormControlState() const override;
- virtual void restoreFormControlState(const FormControlState&) override;
- virtual bool shouldRespectListAttribute() override;
- virtual void enableSecureTextInput() override;
- virtual void disableSecureTextInput() override;
+ void countUsage() override;
+ const AtomicString& formControlType() const override;
+ bool shouldSaveAndRestoreFormControlState() const override;
+ FormControlState saveFormControlState() const override;
+ void restoreFormControlState(const FormControlState&) override;
+ bool shouldRespectListAttribute() override;
+ void enableSecureTextInput() override;
+ void disableSecureTextInput() override;
};
} // namespace blink
« no previous file with comments | « Source/core/html/forms/NumberInputType.h ('k') | Source/core/html/forms/RadioButtonGroupScope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698