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

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

Issue 23467003: Added framer to cast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rtcp
Patch Set: Merge Created 7 years, 4 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/rtcp_defines.h ('k') | media/cast/rtp_common/rtp_defines.h » ('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 e6c4c3e2dfea4a8f816efb618f6edc656bae7186..00ba1838764728bc5a442b98e9f6ea9a1ee39687 100644
--- a/media/cast/rtp_common/mock_rtp_payload_feedback.h
+++ b/media/cast/rtp_common/mock_rtp_payload_feedback.h
@@ -8,7 +8,7 @@
#include "media/cast/rtp_common/rtp_defines.h"
#include "testing/gmock/include/gmock/gmock.h"
-namesapce media {
+namespace media {
namespace cast {
class MockRtpPayloadFeedback : public RtpPayloadFeedback {
@@ -20,6 +20,6 @@ class MockRtpPayloadFeedback : public RtpPayloadFeedback {
};
} // namespace cast
-} // namesapce media
+} // namespace media
#endif // MEDIA_CAST_RTP_COMMON_MOCK_RTP_PAYLOAD_FEEDBACK_H_
« no previous file with comments | « media/cast/rtcp/rtcp_defines.h ('k') | media/cast/rtp_common/rtp_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698