Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoiding creation of new string for component version.
base::Version constructor already takes a std::string, so no need to pass in result of c_str() which would just create a second std::string. Review URL: https://codereview.chromium.org/1280673002 Cr-Commit-Position: refs/heads/master@{#342383}
- Loading branch information