Commit 9b8df9af authored by Yuki Yamada's avatar Yuki Yamada Committed by Commit Bot

Remove a template param of LinkedHashSet in stub

This is a follow up for https://crrev.com/c/2134039 which removes a
HashArg param of LinkedHashSet in stub.

Bug: 1100257
Change-Id: Ib43fd54fa553b7228f97c128598e385020feeaf9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377533Reviewed-by: default avatarKeishi Hattori <keishi@chromium.org>
Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: Yuki Yamada <yukiy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#802490}
parent 3c780d2f
......@@ -102,7 +102,6 @@ class ListHashSet {
};
template <typename ValueArg,
typename HashArg = void,
typename TraitsArg = void,
typename Allocator = DefaultAllocator>
class LinkedHashSet {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment