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

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

Issue 1235793005: Deprecate LogCB in favor of using MediaLog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments and attempt to fix Android compilation Created 5 years, 5 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/stream_parser_factory.cc ('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 f47a87da502e42a640ad34c4536c08b823cc0234..b6555b9524702312695ce8bc2e9489ac9eea6be5 100644
--- a/media/formats/common/stream_parser_test_base.cc
+++ b/media/formats/common/stream_parser_test_base.cc
@@ -38,7 +38,7 @@ StreamParserTestBase::StreamParserTestBase(
base::Bind(&StreamParserTestBase::OnKeyNeeded, base::Unretained(this)),
base::Bind(&StreamParserTestBase::OnNewSegment, base::Unretained(this)),
base::Bind(&StreamParserTestBase::OnEndOfSegment, base::Unretained(this)),
- LogCB());
+ new MediaLog());
}
StreamParserTestBase::~StreamParserTestBase() {}
« no previous file with comments | « media/filters/stream_parser_factory.cc ('k') | media/formats/mp2t/es_parser_mpeg1audio.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698