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

Unified Diff: media/audio/pulse/pulse_input.h

Issue 15563004: Improved AGC update scheme for the audio backend in Chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 7 years, 7 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: media/audio/pulse/pulse_input.h
diff --git a/media/audio/pulse/pulse_input.h b/media/audio/pulse/pulse_input.h
index 00bc03f5f00f5afe1883785c0b98b2c1cd38019e..4f7853fd19a4f0f5a10ff11b567077328fb14ed2 100644
--- a/media/audio/pulse/pulse_input.h
+++ b/media/audio/pulse/pulse_input.h
@@ -8,8 +8,8 @@
#include <string>
#include "base/threading/thread_checker.h"
+#include "media/audio/agc_audio_stream.h"
tommi (sloooow) - chröme 2013/05/24 18:21:11 #include needed?
henrika (OOO until Aug 14) 2013/05/27 12:17:43 Now it is ;-)
#include "media/audio/audio_device_name.h"
-#include "media/audio/audio_input_stream_impl.h"
#include "media/audio/audio_io.h"
#include "media/audio/audio_parameters.h"

Powered by Google App Engine
This is Rietveld 408576698