commit | 8ad03c734f9197a5a52518fc9c22c58b240a7e93 | [log] [tgz] |
---|---|---|
author | Miyoung Shin <myid.shin@igalia.com> | Thu Jul 04 00:06:02 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jul 04 00:06:02 2019 |
tree | 9e76208ee39354bfe25ab16a1fb40b3b49e984fb | |
parent | a793024d67e05719e5068532fc22bdd817081d18 [diff] |
Replace use of std containers with WTF's equivalents in service_worker/* This CL replaces the use of std::vector of std containers and std::string with WTF::Vector and WTF::String in service_worker/*. Bug: 952716 Change-Id: I2d534a2b752f44e985105e8806db2a01f2faea8f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1687353 Reviewed-by: Kentaro Hara <haraken@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#674672}
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 .