// Copyright 2017 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_AUDIO_INPUT_DELEGATE_H_ #define MEDIA_AUDIO_AUDIO_INPUT_DELEGATE_H_ #include <memory> #include <string> #include "media/base/media_export.h" namespace base { class CancelableSyncSocket; class ReadOnlySharedMemoryRegion; } // namespace base namespace media { class MEDIA_EXPORT AudioInputDelegate { … }; } // namespace media #endif // MEDIA_AUDIO_AUDIO_INPUT_DELEGATE_H_