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

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

Issue 25544003: Fix code style and gyp files in cast to build cast_unittest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed gyp files 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
« no previous file with comments | « media/cast/pacing/paced_sender.gyp ('k') | media/cast/rtcp/mock_rtcp_receiver_feedback.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/rtcp/mock_rtcp_receiver_feedback.h
diff --git a/media/cast/rtcp/mock_rtcp_receiver_feedback.h b/media/cast/rtcp/mock_rtcp_receiver_feedback.h
index 09e2cb4faf55ab0d222c5347e45318b6f1fc9404..acde0560bb9c8caca94003708e74732bb24ad2df 100644
--- a/media/cast/rtcp/mock_rtcp_receiver_feedback.h
+++ b/media/cast/rtcp/mock_rtcp_receiver_feedback.h
@@ -15,6 +15,9 @@ namespace cast {
class MockRtcpReceiverFeedback : public RtcpReceiverFeedback {
public:
+ MockRtcpReceiverFeedback();
+ virtual ~MockRtcpReceiverFeedback();
+
MOCK_METHOD1(OnReceivedSenderReport,
void(const RtcpSenderInfo& remote_sender_info));
@@ -26,6 +29,9 @@ class MockRtcpReceiverFeedback : public RtcpReceiverFeedback {
class MockRtcpRttFeedback : public RtcpRttFeedback {
public:
+ MockRtcpRttFeedback();
+ virtual ~MockRtcpRttFeedback();
+
MOCK_METHOD3(OnReceivedDelaySinceLastReport,
void(uint32 media_ssrc,
uint32 last_report,
« no previous file with comments | « media/cast/pacing/paced_sender.gyp ('k') | media/cast/rtcp/mock_rtcp_receiver_feedback.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698