commit | b630aca79f089091ead020531a706372b6b85313 | [log] [tgz] |
---|---|---|
author | Jan Wilken Dörrie <jdoerrie@chromium.org> | Wed Dec 04 10:59:11 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Dec 04 10:59:11 2019 |
tree | f8b41187addc8c5e6e49b183fc9f8f1ea3690fb0 | |
parent | 31f131cdaeaf3f36db7e1def9c9ad6fd9dfb4711 [diff] |
[base] Use std::wstring for native strings on Win This change modifies the native strings used in base::FilePath, base::CommandLine and base::Environment to be std::wstring on Windows. Furthermore it updates callers within //base to be compatible with the upcoming switch of base::string16 from std::wstring to std::u16string. Bug: 911896 Change-Id: I3843e87c15ad0faeaa0e5e0ca3059c39e8108dd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817603 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by: Robert Liao <robliao@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#721421}
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.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .