blob: 9ff2d48f03c2b331f3da5730832a544eb2c9df05 [file] [log] [blame]
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "media/cast/rtcp/mock_rtcp_receiver_feedback.h"
namespace media {
namespace cast {
MockRtcpReceiverFeedback::MockRtcpReceiverFeedback() {}
MockRtcpReceiverFeedback::~MockRtcpReceiverFeedback() {}
MockRtcpRttFeedback::MockRtcpRttFeedback() {}
MockRtcpRttFeedback::~MockRtcpRttFeedback() {}
} // namespace cast
} // namespace media