commit | 7495cd782f8ca3742a4deb11029cff0bd83a327b | [log] [tgz] |
---|---|---|
author | Md Hasibul Hasan <[email protected]> | Tue Mar 26 01:02:32 2024 |
committer | Chromium LUCI CQ <[email protected]> | Tue Mar 26 01:02:32 2024 |
tree | f9252e995163069a9313662ac6508b02546ece56 | |
parent | 488f17e983421033884db693f3be4306a42f3131 [diff] |
Convert StringPiece to std::string_view in //net The changes of this CL are made manually. No automation tool or script is used. Replaced the usage of StringPiece with std::string_view. Bug: 40506050 Signed-off-by: Md Hasibul Hasan <[email protected]> Change-Id: I0e72f57bb9e21a48b9ed48abd6685af853320868 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5387658 Commit-Queue: Adam Rice <[email protected]> Reviewed-by: Adam Rice <[email protected]> Reviewed-by: Kenichi Ishibashi <[email protected]> Cr-Commit-Position: refs/heads/main@{#1278074}
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.