Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(580)

Unified Diff: media/formats/mp2t/mp2t_stream_parser.cc

Issue 2234753002: media: Use stl utilities from the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/filters/vpx_video_decoder.cc ('k') | media/formats/webm/webm_content_encodings_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « media/filters/vpx_video_decoder.cc ('k') | media/formats/webm/webm_content_encodings_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698