Hi Chromium devs,
As part of
https://crbug.com/970209,
https://crrev.com/883799 moved
base::Contains() from base/stl_util.h to base/containers/contains.h 6
months ago. However, base/stl_util.h still includes
base/containers/contains.h, so if you are not aware of this, you may
be still including base/stl_util.h for base::Contains(), or not
including anything, since stl_util.h is transitively included in many
other headers. This will likely change by next week when I fix all the
existing missing includes and then remove base/containers/contains.h
from base/stl_util.h. So please remember to include what you use, and
include the correct header for base::Contains().