// 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 "components/cast_streaming/common/public/app_ids.h" #include <string_view> namespace cast_streaming { bool IsStreamingReceiverAppId(std::string_view app_id) { … } } // namespace cast_streaming