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

Unified Diff: media/audio/test_audio_input_controller_factory.cc

Issue 2702323002: Move AudioDebugFileWriter from content/ to media/. (Closed)
Patch Set: Code review, unit test fix and rebase. Created 3 years, 10 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/audio/audio_input_controller_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/test_audio_input_controller_factory.cc
diff --git a/media/audio/test_audio_input_controller_factory.cc b/media/audio/test_audio_input_controller_factory.cc
index 1173418124c10a862affbbf19e14a4d440f10d70..bcf71f1646cecf2eecf2f1826015699bff42f42d 100644
--- a/media/audio/test_audio_input_controller_factory.cc
+++ b/media/audio/test_audio_input_controller_factory.cc
@@ -3,7 +3,6 @@
// found in the LICENSE file.
#include "media/audio/test_audio_input_controller_factory.h"
-#include "media/audio/audio_file_writer.h"
#include "media/audio/audio_io.h"
namespace media {
@@ -19,9 +18,10 @@ TestAudioInputController::TestAudioInputController(
: AudioInputController(audio_manager->GetTaskRunner(),
event_handler,
sync_writer,
- nullptr,
user_input_monitor,
- type),
+ audio_parameters,
+ type,
+ audio_manager->GetTaskRunner()),
audio_parameters_(audio_parameters),
factory_(factory),
event_handler_(event_handler),
« no previous file with comments | « media/audio/audio_input_controller_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698