chromium/third_party/openscreen/src/cast/streaming/testing/mock_compound_rtcp_parser_client.h

// 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.

#ifndef CAST_STREAMING_TESTING_MOCK_COMPOUND_RTCP_PARSER_CLIENT_H_
#define CAST_STREAMING_TESTING_MOCK_COMPOUND_RTCP_PARSER_CLIENT_H_

#include <vector>

#include "cast/streaming/impl/compound_rtcp_parser.h"
#include "gmock/gmock.h"

namespace openscreen::cast {

class MockCompoundRtcpParserClient : public CompoundRtcpParser::Client {};

}  // namespace openscreen::cast

#endif  // CAST_STREAMING_TESTING_MOCK_COMPOUND_RTCP_PARSER_CLIENT_H_