commit | c0f9fc515c962497b90c8c8fa3b72e77b8a88647 | [log] [tgz] |
---|---|---|
author | Lei Zhang <[email protected]> | Sat May 22 08:00:53 2021 |
committer | Chromium LUCI CQ <[email protected]> | Sat May 22 08:00:53 2021 |
tree | 91d4a7d1340d23932b19cf059a9075874da76263 | |
parent | 972a38dcfa1894d256c7c7bc496d364078f8068a [diff] |
Remove base/containers/contain.h include from base/stl_util.h. This include is temporary scaffolding to help move base::Contains() to its new location. Now that most callers to base::Contains() include base/containers/contain.h, remove it from base/stl_util.h and fix the remaining callers that need the correct include. Bug: 970209 Change-Id: I49b4e7db749301331da7fe86d5c0922ab8d15187 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2901614 Reviewed-by: Daniel Cheng <[email protected]> Owners-Override: Daniel Cheng <[email protected]> Commit-Queue: Lei Zhang <[email protected]> Cr-Commit-Position: refs/heads/master@{#885763}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.