// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "media/formats/hls/playlist.h" #include <string_view> #include "base/location.h" #include "base/strings/string_number_conversions.h" #include "media/formats/hls/parse_status.h" #include "media/formats/hls/tag_name.h" #include "media/formats/hls/types.h" #include "testing/gtest/include/gtest/gtest.h" namespace media::hls { TEST(HlsPlaylistTest, IdentifyPlaylist) { … } } // namespace media::hls