commit | 85285b04a02b765d7e4741f1e1588ae520c226d6 | [log] [tgz] |
---|---|---|
author | Jan Wilken Dörrie <[email protected]> | Thu Mar 11 23:38:47 2021 |
committer | Chromium LUCI CQ <[email protected]> | Thu Mar 11 23:38:47 2021 |
tree | 255431d79704175a728f1019202dceea8ef14eb4 | |
parent | ed5e3edcd10eff428aa3e9bcfece0d6eb0f675dd [diff] [blame] |
[LSC] Replace base::string16 with std::u16string in //[a-e]* This change replaces base::string16 with std::u16string in //[a-e]*. Reproduction steps: $ git grep -lw 'base::string16' [a-e]* | \ xargs sed -i 's/\bbase::string16\b/std::u16string/g' $ git cl format Bug: 1184339 Change-Id: I7930c2c3ae510b6d2232cc1b3a927ad90515ffe9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2752407 Commit-Queue: Jan Wilken Dörrie <[email protected]> Owners-Override: Jan Wilken Dörrie <[email protected]> Reviewed-by: Peter Kasting <[email protected]> Cr-Commit-Position: refs/heads/master@{#862191}
diff --git a/docs/ios/build_instructions.md b/docs/ios/build_instructions.md index 3440d30..09e356b 100644 --- a/docs/ios/build_instructions.md +++ b/docs/ios/build_instructions.md
@@ -350,7 +350,7 @@ ``` This will also allow you to see the content of some of Chromium types in the -debugger like `base::string16`, ... If you want to use `lldb` directly, name +debugger like `std::u16string`, ... If you want to use `lldb` directly, name the file `~/.lldbinit` instead of `~/.lldbinit-Xcode`. Note: if you are using `ios/build/tools/setup-gn.py` to generate the Xcode