// 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. #ifndef THIRD_PARTY_WEBRTC_OVERRIDES_P2P_BASE_ICE_PROPOSAL_H_ #define THIRD_PARTY_WEBRTC_OVERRIDES_P2P_BASE_ICE_PROPOSAL_H_ namespace blink { // Represents a proposed ICE controller action. class IceProposal { … }; } // namespace blink #endif // THIRD_PARTY_WEBRTC_OVERRIDES_P2P_BASE_ICE_PROPOSAL_H_