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

Unified Diff: Source/core/html/forms/TypeAhead.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/TimeInputType.h ('k') | Source/core/html/forms/URLInputType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/TypeAhead.h
diff --git a/Source/core/html/forms/TypeAhead.h b/Source/core/html/forms/TypeAhead.h
index e813fae2d4f81fd317dccb2cddcd6f3b1cc2ebc8..19c69b6d007ee5bdbf81703e743ffc6d7f9ba61e 100644
--- a/Source/core/html/forms/TypeAhead.h
+++ b/Source/core/html/forms/TypeAhead.h
@@ -52,7 +52,7 @@ public:
CycleFirstChar = 1 << 1,
MatchIndex = 1 << 2,
};
- typedef unsigned MatchModeFlags;
+ using MatchModeFlags = unsigned;
// Returns the index for the matching option.
int handleEvent(KeyboardEvent*, MatchModeFlags);
« no previous file with comments | « Source/core/html/forms/TimeInputType.h ('k') | Source/core/html/forms/URLInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698