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

Unified Diff: components/audio_modem/audio_recorder_unittest.cc

Issue 1892433002: Moving device description utils from AudioManager[Base] into AudioDeviceDescription; to be shared b… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: another rebase Created 4 years, 8 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
Index: components/audio_modem/audio_recorder_unittest.cc
diff --git a/components/audio_modem/audio_recorder_unittest.cc b/components/audio_modem/audio_recorder_unittest.cc
index 314ae8233a10bc7f0dc68160bfe0ecd71a93c187..a4ffde4e8d5ae460612191ff6c0250bbd013b784 100644
--- a/components/audio_modem/audio_recorder_unittest.cc
+++ b/components/audio_modem/audio_recorder_unittest.cc
@@ -19,8 +19,8 @@
#include "components/audio_modem/public/audio_modem_types.h"
#include "components/audio_modem/test/random_samples.h"
#include "content/public/test/test_browser_thread_bundle.h"
+#include "media/audio/audio_device_description.h"
#include "media/audio/audio_manager.h"
-#include "media/audio/audio_manager_base.h"
#include "media/base/audio_bus.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -114,7 +114,7 @@ class AudioRecorderTest : public testing::Test {
DeleteRecorder();
params_ = media::AudioManager::Get()->GetInputStreamParameters(
- media::AudioManagerBase::kDefaultDeviceId);
+ media::AudioDeviceDescription::kDefaultDeviceId);
channel_data_.clear();
channel_data_.push_back(GenerateSamples(0x1337, samples));
« no previous file with comments | « components/audio_modem/audio_recorder_impl.cc ('k') | content/browser/renderer_host/media/audio_input_renderer_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698