// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/renderer/core/html/track/audio_track_list.h" #include "third_party/blink/renderer/core/event_target_names.h" namespace blink { AudioTrackList::~AudioTrackList() = default; AudioTrackList::AudioTrackList(HTMLMediaElement& media_element) : … { … } bool AudioTrackList::HasEnabledTrack() const { … } const AtomicString& AudioTrackList::InterfaceName() const { … } } // namespace blink