Replace use of std containers with WTF's equivalents in scheduler/*
This CL replaces the use of std::unordered_set and std::unordered_map of std containers with WTF::HashSet and WTF::HashMap in scheduler/*, and removes unnecessary including <unordered_set> and <unordered_map> headers. Bug: 952716 Change-Id: I40fa847083b8883bcc5b22ae9c5d6295aaa04219 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692402Reviewed-by:Alexander Timin <altimin@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#676913}
Showing
Please register or sign in to comment