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

Unified Diff: media/cast/rtp_common/mock_rtp_payload_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/rtcp/test_rtcp_packet_builder.cc ('k') | media/cast/rtp_common/mock_rtp_payload_feedback.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/rtp_common/mock_rtp_payload_feedback.h
diff --git a/media/cast/rtp_common/mock_rtp_payload_feedback.h b/media/cast/rtp_common/mock_rtp_payload_feedback.h
index d962ff895c58b71ef164f342149967ebff359d8d..c054791fdc766b75503f4f6f6aeee3b95afe8ea4 100644
--- a/media/cast/rtp_common/mock_rtp_payload_feedback.h
+++ b/media/cast/rtp_common/mock_rtp_payload_feedback.h
@@ -13,6 +13,9 @@ namespace cast {
class MockRtpPayloadFeedback : public RtpPayloadFeedback {
public:
+ MockRtpPayloadFeedback();
+ virtual ~MockRtpPayloadFeedback();
+
MOCK_METHOD1(CastFeedback,
void(const RtcpCastMessage& cast_feedback));
};
« no previous file with comments | « media/cast/rtcp/test_rtcp_packet_builder.cc ('k') | media/cast/rtp_common/mock_rtp_payload_feedback.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698