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

Unified Diff: media/cast/rtp_receiver/mock_rtp_payload_feedback.h

Issue 388663003: Cast: Reshuffle files under media/cast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing includes Created 6 years, 5 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_receiver/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_receiver/mock_rtp_payload_feedback.h
diff --git a/media/cast/rtp_receiver/mock_rtp_payload_feedback.h b/media/cast/rtp_receiver/mock_rtp_payload_feedback.h
deleted file mode 100644
index 14e48673bd3f2c8fee53b9ffbd2f47a260c620dd..0000000000000000000000000000000000000000
--- a/media/cast/rtp_receiver/mock_rtp_payload_feedback.h
+++ /dev/null
@@ -1,25 +0,0 @@
-// 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.
-
-#ifndef MEDIA_CAST_RTP_COMMON_MOCK_RTP_PAYLOAD_FEEDBACK_H_
-#define MEDIA_CAST_RTP_COMMON_MOCK_RTP_PAYLOAD_FEEDBACK_H_
-
-#include "media/cast/rtp_receiver/rtp_receiver_defines.h"
-#include "testing/gmock/include/gmock/gmock.h"
-
-namespace media {
-namespace cast {
-
-class MockRtpPayloadFeedback : public RtpPayloadFeedback {
- public:
- MockRtpPayloadFeedback();
- virtual ~MockRtpPayloadFeedback();
-
- MOCK_METHOD1(CastFeedback, void(const RtcpCastMessage& cast_feedback));
-};
-
-} // namespace cast
-} // namespace media
-
-#endif // MEDIA_CAST_RTP_COMMON_MOCK_RTP_PAYLOAD_FEEDBACK_H_
« no previous file with comments | « media/cast/rtcp/test_rtcp_packet_builder.cc ('k') | media/cast/rtp_receiver/mock_rtp_payload_feedback.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698