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

Unified Diff: media/formats/common/stream_parser_test_base.cc

Issue 2815303006: Convert MediaLog from being ref counted to owned by WebMediaPlayer. (Closed)
Patch Set: Rebase. Created 3 years, 8 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/formats/common/stream_parser_test_base.h ('k') | media/formats/mp2t/es_parser_mpeg1audio.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/formats/common/stream_parser_test_base.cc
diff --git a/media/formats/common/stream_parser_test_base.cc b/media/formats/common/stream_parser_test_base.cc
index c8d0bb4574d21911fd976c9ea1b484570e1a9860..026c6b9031d35a75ae2e61998369266c8dfa98cc 100644
--- a/media/formats/common/stream_parser_test_base.cc
+++ b/media/formats/common/stream_parser_test_base.cc
@@ -44,7 +44,7 @@ StreamParserTestBase::StreamParserTestBase(
base::Bind(&StreamParserTestBase::OnKeyNeeded, base::Unretained(this)),
base::Bind(&StreamParserTestBase::OnNewSegment, base::Unretained(this)),
base::Bind(&StreamParserTestBase::OnEndOfSegment, base::Unretained(this)),
- new MediaLog());
+ &media_log_);
}
StreamParserTestBase::~StreamParserTestBase() {}
« no previous file with comments | « media/formats/common/stream_parser_test_base.h ('k') | media/formats/mp2t/es_parser_mpeg1audio.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698