// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/public/browser/media_player_id.h" namespace content { MediaPlayerId::MediaPlayerId(GlobalRenderFrameHostId frame_routing_id, int delegate_id) : … { … } MediaPlayerId MediaPlayerId::CreateMediaPlayerIdForTests() { … } bool MediaPlayerId::operator==(const MediaPlayerId& other) const { … } bool MediaPlayerId::operator!=(const MediaPlayerId& other) const { … } bool MediaPlayerId::operator<(const MediaPlayerId& other) const { … } } // namespace content