Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1626)

Unified Diff: trunk/src/media/cast/rtcp/mock_rtcp_receiver_feedback.h

Issue 25546003: Revert 226264 "Be able to build cast_unittest and related target..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: trunk/src/media/cast/rtcp/mock_rtcp_receiver_feedback.h
===================================================================
--- trunk/src/media/cast/rtcp/mock_rtcp_receiver_feedback.h (revision 226266)
+++ trunk/src/media/cast/rtcp/mock_rtcp_receiver_feedback.h (working copy)
@@ -15,9 +15,6 @@
class MockRtcpReceiverFeedback : public RtcpReceiverFeedback {
public:
- MockRtcpReceiverFeedback();
- virtual ~MockRtcpReceiverFeedback();
-
MOCK_METHOD1(OnReceivedSenderReport,
void(const RtcpSenderInfo& remote_sender_info));
@@ -29,9 +26,6 @@
class MockRtcpRttFeedback : public RtcpRttFeedback {
public:
- MockRtcpRttFeedback();
- virtual ~MockRtcpRttFeedback();
-
MOCK_METHOD3(OnReceivedDelaySinceLastReport,
void(uint32 media_ssrc,
uint32 last_report,
« no previous file with comments | « trunk/src/media/cast/pacing/paced_sender.gyp ('k') | trunk/src/media/cast/rtcp/mock_rtcp_receiver_feedback.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698