blob: e44e0bfdef46ca8dbb568f3ea04628ebae59f90f [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_sender_feedback.h"
namespace media {
namespace cast {
MockRtcpSenderFeedback::MockRtcpSenderFeedback() {}
MockRtcpSenderFeedback::~MockRtcpSenderFeedback() {}
} // namespace cast
} // namespace media