commit | 1286944331b2ee6697a8979bc67d69637ef3c833 | [log] [tgz] |
---|---|---|
author | Anton Bikineev <bikineev@chromium.org> | Mon Oct 12 08:39:50 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Oct 12 08:39:50 2020 |
tree | 1d7a9c7aaa87f964707229d9941096416db0c12b | |
parent | 58ec4a73a0604398b09a469e60862cc7578cfb3e [diff] |
base: Rename internal::invoke to internal::InvokeImpl This is needed to prevent ADL to pick up the candidates from the internal namespace when an argument is from the internal namespace as well, which otherwise results in overload resolution ambiguity. Change-Id: I2866d738d3ad16a528e05bac93d1b0c4153b2013 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463606 Reviewed-by: Peter Kasting <pkasting@chromium.org> Reviewed-by: Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Anton Bikineev <bikineev@chromium.org> Cr-Commit-Position: refs/heads/master@{#816088}
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.
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.