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

Unified Diff: media/audio/cras/cras_input.h

Issue 132773002: Fix chromeos=1 so Pulse is preferred when use_cras=0. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove alsa_util.h dependency. Created 6 years, 11 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/cras/cras_input.h
diff --git a/media/audio/cras/cras_input.h b/media/audio/cras/cras_input.h
index dd2cb5474a4834de617d8f754d328ade2a81fc11..2b7176bdd5e71ee4bb20d9378893af934b8e9034 100644
--- a/media/audio/cras/cras_input.h
+++ b/media/audio/cras/cras_input.h
@@ -10,8 +10,6 @@
#include <string>
#include "base/compiler_specific.h"
-#include "base/memory/scoped_ptr.h"
-#include "base/memory/weak_ptr.h"
#include "media/audio/agc_audio_stream.h"
#include "media/audio/audio_io.h"
#include "media/audio/audio_parameters.h"
@@ -105,4 +103,4 @@ class CrasInputStream : public AgcAudioStream<AudioInputStream> {
} // namespace media
-#endif // MEDIA_AUDIO_CRAS_ALSA_INPUT_H_
+#endif // MEDIA_AUDIO_CRAS_CRAS_INPUT_H_

Powered by Google App Engine
This is Rietveld 408576698