DescriptionRemove ScopedVector from media/base/
base::ScopedVector is deprecated. This CL replaces ScopedVector with
std::vector<std::unique_ptr> in media/base/ except in [1] and [2].
Removing ScopedVector in [1] and [2] involves changes outside media/base/.
I will take up these in seperate CLs.
[1] media/base/content_decryption_module.h
[2] media/base/decoder_factory.h
BUG=554289
Review-Url: https://codereview.chromium.org/2865113007
Cr-Commit-Position: refs/heads/master@{#470872}
Committed: https://chromium.googlesource.com/chromium/src/+/e6be43e51ab2b92ae4fa55745bd54c8ee09f155d
Patch Set 1 #
Total comments: 2
Patch Set 2 : added header file in text_renderer_unittest.cc #
Messages
Total messages: 18 (12 generated)
|