commit | ff7224b627b5990e32f982448f27e199aac9e687 | [log] [tgz] |
---|---|---|
author | Sergey Talantov <sergey.talantov@gmail.com> | Thu Jan 09 10:50:07 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jan 09 10:50:07 2020 |
tree | af536a7a3c3cfb296c41c7f90459467fd97fe48a | |
parent | 16bcae66c23bbd202e4da8341787319a9f0c7106 [diff] |
Get rid of unique_ptrs for UpdateResponseData and EntityData. Immutability for const UpdateResponseDataList should be preserved for its members UpdateResponseData and EntityData. That's why this CL replaces unique_ptrs with movable semantics for UpdateResponseData and EntityData. Bug: 1029267 Change-Id: Ia5e8d35e81939ed9f21ebb56c9d5922c053fc42d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980736 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by: Olivier Robin <olivierrobin@chromium.org> Reviewed-by: Scott Violet <sky@chromium.org> Reviewed-by: Alan Cutter <alancutter@chromium.org> Reviewed-by: Dominic Battré <battre@chromium.org> Reviewed-by: Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#729693}
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 .