// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "remoting/client/audio/async_audio_data_supplier.h" #include "base/check_op.h" namespace remoting { AsyncAudioDataSupplier::GetDataRequest::GetDataRequest(void* data_arg, size_t bytes_needed_arg) : … { … } AsyncAudioDataSupplier::GetDataRequest::~GetDataRequest() = default; AsyncAudioDataSupplier::AsyncAudioDataSupplier() = default; AsyncAudioDataSupplier::~AsyncAudioDataSupplier() = default; } // namespace remoting