chromium/remoting/host/audio_capturer.h

// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef REMOTING_HOST_AUDIO_CAPTURER_H_
#define REMOTING_HOST_AUDIO_CAPTURER_H_

#include <memory>

#include "remoting/protocol/audio_source.h"

namespace remoting {

class AudioCapturer : public protocol::AudioSource {};

}  // namespace remoting

#endif  // REMOTING_HOST_AUDIO_CAPTURER_H_