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

Unified Diff: Source/core/html/forms/RadioButtonGroupScope.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/PasswordInputType.h ('k') | Source/core/html/forms/RadioInputType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/RadioButtonGroupScope.h
diff --git a/Source/core/html/forms/RadioButtonGroupScope.h b/Source/core/html/forms/RadioButtonGroupScope.h
index 88cd1b6e2bacc9c728fe81ece74cbe94d0ffb57e..af99f54080bb5d8998326e9658ccaf10a125da11 100644
--- a/Source/core/html/forms/RadioButtonGroupScope.h
+++ b/Source/core/html/forms/RadioButtonGroupScope.h
@@ -46,7 +46,7 @@ public:
bool isInRequiredGroup(HTMLInputElement*) const;
private:
- typedef WillBeHeapHashMap<AtomicString, OwnPtrWillBeMember<RadioButtonGroup>, CaseFoldingHash> NameToGroupMap;
+ using NameToGroupMap = WillBeHeapHashMap<AtomicString, OwnPtrWillBeMember<RadioButtonGroup>, CaseFoldingHash>;
OwnPtrWillBeMember<NameToGroupMap> m_nameToGroupMap;
};
« no previous file with comments | « Source/core/html/forms/PasswordInputType.h ('k') | Source/core/html/forms/RadioInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698