ui: use a StringPiece instead of std::string
The strings stored in `tokens` all have static storage duration, so there's no reason to put them in `std::string`s. AX-Relnotes: n/a. Bug: None Change-Id: I9b6bc9e847e5c27d68707a4f33d37b225ded34fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2457589Reviewed-by:Alice Boxhall <aboxhall@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Cr-Commit-Position: refs/heads/master@{#817317}
Showing
Please register or sign in to comment