You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove stray const when passing std::string_view arguments.
These may be remnants from a time before string_view when a const
char* would have made sense. Now the const doesn't matter.
Fully automated change.
Change-Id: I2dfc7ce30a54701639535a4f137dc18e71575fe2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5906184
Reviewed-by: Daniel Cheng <[email protected]>
Owners-Override: Daniel Cheng <[email protected]>
Commit-Queue: Tom Sepez <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1363323}
CrOS-Libchrome-Original-Commit: b55f2f1f5e65a3f2da4ded9337553c7b37169e39
0 commit comments