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

#include "chromecast/media/cma/backend/proxy/cast_runtime_audio_channel_broker.h"

namespace chromecast {
namespace media {

CastRuntimeAudioChannelBroker::~CastRuntimeAudioChannelBroker() = default;

CastRuntimeAudioChannelBroker::Handler::~Handler() = default;

}  // namespace media
}  // namespace chromecast
