| Index: media/formats/mp2t/mp2t_stream_parser.cc
|
| diff --git a/media/formats/mp2t/mp2t_stream_parser.cc b/media/formats/mp2t/mp2t_stream_parser.cc
|
| index 238b58cc434b9e106dbf07ed011e056af2d0c216..c66afeb8668d90adc53456d32343d37acbbf2875 100644
|
| --- a/media/formats/mp2t/mp2t_stream_parser.cc
|
| +++ b/media/formats/mp2t/mp2t_stream_parser.cc
|
| @@ -168,7 +168,7 @@ Mp2tStreamParser::Mp2tStreamParser(bool sbr_in_mimetype)
|
| }
|
|
|
| Mp2tStreamParser::~Mp2tStreamParser() {
|
| - STLDeleteValues(&pids_);
|
| + base::STLDeleteValues(&pids_);
|
| }
|
|
|
| void Mp2tStreamParser::Init(
|
|
|