commit | f1e72e36770eb7fc01f6b19b58ff645b7ae0368a | [log] [tgz] |
---|---|---|
author | jdoerrie <[email protected]> | Wed Apr 26 16:23:55 2017 |
committer | Commit bot <[email protected]> | Wed Apr 26 16:23:55 2017 |
tree | 477bc292d090d2a4fd49a8b2bf29ba59fa96bd09 | |
parent | a90291ca648d7aca95315f697b49a9758a3dd054 [diff] |
Remove base::ListValue::Set(size_t, base::Value*) This change removes the raw pointer version of base::ListValue::Set, replacing it with the unique_ptr version or base::ListValue::Append* where appropriate. BUG=646113 Review-Url: https://codereview.chromium.org/2838893002 Cr-Commit-Position: refs/heads/master@{#467340}