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

Unified Diff: media/filters/pipeline_integration_test_base.cc

Issue 11414076: Roll FFMpeg DEPS to pick up security fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/ffmpeg/ffmpeg_regression_tests.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/pipeline_integration_test_base.cc
diff --git a/media/filters/pipeline_integration_test_base.cc b/media/filters/pipeline_integration_test_base.cc
index 6dc6a4d7330e7feefae3de10c98733b935c59244..4e78c2b6e8a0ff2997283af193713501e32a29cb 100644
--- a/media/filters/pipeline_integration_test_base.cc
+++ b/media/filters/pipeline_integration_test_base.cc
@@ -47,7 +47,7 @@ void PipelineIntegrationTestBase::OnStatusCallback(
void PipelineIntegrationTestBase::OnStatusCallbackChecked(
PipelineStatus expected_status,
PipelineStatus status) {
- EXPECT_EQ(status, expected_status);
+ EXPECT_EQ(expected_status, status);
OnStatusCallback(status);
}
« no previous file with comments | « media/ffmpeg/ffmpeg_regression_tests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698