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-02-23 10:35:41 +00:00
2016-03-31 17:24:31 +00:00
2016-03-31 17:24:31 +00:00
2016-03-30 06:44:24 +00:00
2016-03-30 06:44:24 +00:00
2015-05-11 08:17:46 +00:00