| commit | 82577690a1b8e4cb8df6f8d598727e25a661dcbb | [log] [tgz] |
|---|---|---|
| author | Jan Wilken Dörrie <[email protected]> | Thu Mar 04 20:28:35 2021 |
| committer | Chromium LUCI CQ <[email protected]> | Thu Mar 04 20:28:35 2021 |
| tree | e607ed96efc5dd2523b9bad2dc2b83a2b34db17c | |
| parent | 8a8ceb75de5f5a97f66483d5a5a47f292a3e9ef8 [diff] |
[base] Remove STRING16_LITERAL usages
Following the change of base::string16 to std::u16string everywhere,
this change removes usages of the STRING16_LITERAL("...") macro in favor
of just using the u"..." character literal directly.
Bug: 911896
Change-Id: Ib0a97e9cff1571904380b32008550d97135eaba0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2732151
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@{#859908}
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.