// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef MEDIA_AUDIO_ALSA_AUDIO_MANAGER_ALSA_H_ #define MEDIA_AUDIO_ALSA_AUDIO_MANAGER_ALSA_H_ #include <memory> #include <string> #include "base/compiler_specific.h" #include "base/threading/thread.h" #include "media/audio/audio_manager_base.h" namespace media { class AlsaWrapper; class MEDIA_EXPORT AudioManagerAlsa : public AudioManagerBase { … }; } // namespace media #endif // MEDIA_AUDIO_ALSA_AUDIO_MANAGER_ALSA_H_