root/media/cast/rtcp/mock_rtcp_sender_feedback.cc

/* [<][>][^][v][top][bottom][index][help] */
// 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

/* [<][>][^][v][top][bottom][index][help] */