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

Unified Diff: media/filters/audio_renderer_base_unittest.cc

Issue 9718013: Merge FilterStatusCB into PipelineStatusCB. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 9 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/audio_renderer_base.cc ('k') | media/filters/ffmpeg_video_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/audio_renderer_base_unittest.cc
diff --git a/media/filters/audio_renderer_base_unittest.cc b/media/filters/audio_renderer_base_unittest.cc
index 8b037f87ec217a8cdd854b4e326b2f10b568eb74..9880e5cc9d775d34def962b65d56e7dc54ff7601 100644
--- a/media/filters/audio_renderer_base_unittest.cc
+++ b/media/filters/audio_renderer_base_unittest.cc
@@ -80,7 +80,7 @@ class AudioRendererBaseTest : public ::testing::Test {
}
MOCK_METHOD1(OnSeekComplete, void(PipelineStatus));
- FilterStatusCB NewSeekCB() {
+ PipelineStatusCB NewSeekCB() {
return base::Bind(&AudioRendererBaseTest::OnSeekComplete,
base::Unretained(this));
}
« no previous file with comments | « media/filters/audio_renderer_base.cc ('k') | media/filters/ffmpeg_video_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698