DescriptionUnified usage of vector<unique_ptr<T>>
Replace occurrences of vector of ptr and ScopedVector (deprecated) by vector<unique_ptr<T>>
BUG=554289
Committed: https://crrev.com/7d4e8eebaa558b2bdf045a11fd9bcc311be5e36d
Cr-Commit-Position: refs/heads/master@{#393040}
Patch Set 1 #
Total comments: 22
Patch Set 2 : rebase-update #Patch Set 3 : Apply style corrections #Patch Set 4 : Add #include <utility> for std::move #Patch Set 5 : Format #
Messages
Total messages: 23 (11 generated)
|