| commit | 2d523ac698fa9a3fab5c30e85e4a2466e09c5138 | [log] [tgz] |
|---|---|---|
| author | Ryo Hashimoto <[email protected]> | Thu Jul 25 06:25:32 2024 |
| committer | Chromeos LUCI <[email protected]> | Mon Jul 29 12:49:35 2024 |
| tree | 9ffb9fbfd98d1e122a0cb34d83f17c96ffb23695 | |
| parent | c54d7196be12b917395dc77424936c070adfa0fd [diff] |
Replace base::StringPiece with std::string_view base::StringPiece is being removed. BUG=b:313545923 TEST=CQ Change-Id: I3de4349578087c36d6c2c58bbf20191bba9e4bf5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/redaction_tool/+/5740455 Commit-Queue: Ryo Hashimoto <[email protected]> Reviewed-by: Xiangdong Kong <[email protected]> Tested-by: Ryo Hashimoto <[email protected]>
redaction_tool: PII Redaction ToolA redaction_tool redacts PII using a wide set of RegEx expressions.
This code is a mirror of https://source.chromium.org/chromium/chromium/src/+/main:components/feedback/redaction_tool/
Changes should be made in chromium code base only and then be upreved here.
To pull in updates from chromium/src, do the following:
git remote updategit checkout -b main cros/maingit merge cros/upstream/mainBUILD.gn should mostly use the version from main, unless the upstream changes the files to be built.git revert after committing the merge commit. This preserves the history and makes it clear why a change is being reverted rather than quietly changing it in the merge commit.git push HEAD:refs/for/main