//components/google: use flat_set to hold static sets of strings.
It's more memory efficient than std::set. Also changes the sets to hold StringPiece instead of std::string, since the sets only hold string constants. Change-Id: Ia5e8823e7285863724bb4a1956afaff2bc6186ea Reviewed-on: https://chromium-review.googlesource.com/c/1298359Reviewed-by:Peter Kasting <pkasting@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#602466}
Showing
Please register or sign in to comment