kwiberg 4a206a96c1 Remove webrtc::ScopedVector
We can (and should) use std::vector<std::unique_ptr<T>> instead.
Because it's standard, and because it's safer since callers have to
manually wrap elements in std::unique_ptr before inserting them and
manually unwrap them after inserting them.

Review URL: https://codereview.webrtc.org/1839603002

Cr-Commit-Position: refs/heads/master@{#12182}
2016-03-31 17:24:31 +00:00
..
2016-03-31 17:24:31 +00:00
2016-01-13 00:26:55 +00:00
2016-03-24 08:51:59 +00:00
2016-03-24 08:51:59 +00:00
2014-03-24 10:16:11 +00:00
2016-01-13 00:26:55 +00:00