Use WTF::Deque instead of std::list in user_media_client_impl.h
The associated TODO says to replace the use of std::list in this file by a WTF::HashSet. However, after looking at how the container is actually used in the .cc file, WTF::Deque seems like a perfect match. BUG=704136 R=guidou@chromium.org Change-Id: I731a3770c7039fcfd1520caf1277c52ffefc94d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744048Reviewed-by:Guido Urdaneta <guidou@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#685190}
Showing
Please register or sign in to comment