| commit | adb6fa7584efb6af92d9bcee592a1e0c39ba23ce | [log] [tgz] |
|---|---|---|
| author | Tom Sepez <tsepez@chromium.org> | Thu Oct 03 21:00:36 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 03 21:00:36 2024 |
| tree | c9a7a074625629b2a5b0d556dee6a2859c31e6b7 | |
| parent | de5d2631f31cead90aaffc6c8f3adc2288ac700c [diff] |
Avoid some unintentional base::flat_{tree,set,map}<> copies.
Applies one or more of the following:
-- std::move(argument) where possible.
-- remove stray 'const' where not helpful.
-- pass by const ref where helpful.
This CL was uploaded by git cl split.
R=ccameron@chromium.org
Bug: 369952985
Change-Id: I405d652bd51889524c29e48e67edfc7068241fb8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5908449
Commit-Queue: ccameron chromium <ccameron@chromium.org>
Auto-Submit: Tom Sepez <tsepez@chromium.org>
Reviewed-by: ccameron chromium <ccameron@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1363849}
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.
If you found a bug, please file it at https://crbug.com/new.