Change base::ContainsValue to fail to compile for sets.

base::ContainsValue does a linear scan of the underlying collection, and
thus should never be used on sets where checking can be done much more
efficiently.

Cq-Include-Trybots: master.tryserver.chromium.linux:linux_site_isolation
Change-Id: I66f93ed9b7e475d0920a5251c0ba4c507369a878

[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]

Change-Id: I66f93ed9b7e475d0920a5251c0ba4c507369a878
Reviewed-on: https://chromium-review.googlesource.com/544046
Reviewed-by: Peter Kasting <[email protected]>
Reviewed-by: Daniel Murphy <[email protected]>
Reviewed-by: Reilly Grant <[email protected]>
Reviewed-by: Johan Tibell <[email protected]>
Reviewed-by: danakj <[email protected]>
Commit-Queue: Marijn Kruisselbrink <[email protected]>
Cr-Commit-Position: refs/heads/master@{#482888}
19 files changed