commit | 0f047dc4f43dc1831a24586dd518276173ae850c | [log] [tgz] |
---|---|---|
author | Claudio DeSouza <cdesouza@chromium.org> | Fri May 24 17:10:28 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 24 17:10:28 2024 |
tree | c5d0469c3f33577ae4232d0d79740cdb7dbc129b | |
parent | 3b0037e43414bce07504e79c6220db061c3e2b0d [diff] |
Replace StringPiece with std::string_view in //device For a while base::StringPiece has been merely an alias to string_view. This CL removes all the uses of base::StringPiece and its variants from //device. Bug: 40506050 Change-Id: Iec5b95049eab0b63dc089bfe1a2788fba51f273a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5553606 Commit-Queue: Claudio DeSouza <cdesouza@chromium.org> Reviewed-by: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/main@{#1305785}
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.