// 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/parse_status.h" #include <string_view> #include "base/notreached.h" namespace media::hls { #define PARSE_STATUS_CODE_CASE … std::string_view ParseStatusCodeToString(ParseStatusCode code) { … } #undef PARSE_STATUS_CODE_CASE } // namespace media::hls