0
Files
src/storage
Lei Zhang 2440605f9e Swap from base/stl_util.h to cxx17_backports.h in storage/ .cc files.
base::size() has been moved to base/cxx17_backports.h, so .cc files that
use base::size(), but no other function from base/stl_util.h, can
directly include base/cxx17_backports.h and not base/stl_util.h.

Bug: 1210983
Change-Id: Ib6d80f24a4fdedc4510bf98dbf21162b3bfe8065
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2957572
Reviewed-by: Marijn Kruisselbrink <mek@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#892112}
2021-06-14 16:54:28 +00:00
..