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

Unified Diff: media/filters/video_renderer_base_unittest.cc

Issue 10830342: Address post commit nits for r151132 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/base/video_renderer.h ('k') | webkit/media/filter_helpers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/video_renderer_base_unittest.cc
diff --git a/media/filters/video_renderer_base_unittest.cc b/media/filters/video_renderer_base_unittest.cc
index 4c90500680664d01b444d3f078cbcafd8cf56b46..b81c40de2ad7cb1a651f6827cdcdbe40d9d4fd00 100644
--- a/media/filters/video_renderer_base_unittest.cc
+++ b/media/filters/video_renderer_base_unittest.cc
@@ -107,7 +107,7 @@ class VideoRendererBaseTest : public ::testing::Test {
InSequence s;
EXPECT_CALL(*decoder_, Initialize(_, _, _))
- .WillOnce(RunPipelineStatusCB1(PIPELINE_OK));
+ .WillOnce(RunPipelineStatusCB1(PIPELINE_OK));
// Set playback rate before anything else happens.
renderer_->SetPlaybackRate(1.0f);
@@ -696,7 +696,6 @@ TEST_F(VideoRendererBaseTest, VideoDecoder_InitFailure) {
EXPECT_CALL(*decoder_, Initialize(_, _, _))
.WillOnce(RunPipelineStatusCB1(PIPELINE_ERROR_DECODE));
InitializeRenderer(PIPELINE_ERROR_DECODE);
-
- }
+}
} // namespace media
« no previous file with comments | « media/base/video_renderer.h ('k') | webkit/media/filter_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698