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

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

Issue 100823015: Cast: move net->transport (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updating transport callback Created 7 years 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_unittest.cc ('k') | media/cast/rtp_receiver/rtp_parser/rtp_parser.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/rtp_receiver/rtp_parser/rtp_parser.h
diff --git a/media/cast/rtp_receiver/rtp_parser/rtp_parser.h b/media/cast/rtp_receiver/rtp_parser/rtp_parser.h
index 33bc92a6e6ee8420d8a6c48638a60369e3bea1e3..f0a16b9ac373739ea11672e12484de9bb04ccbc1 100644
--- a/media/cast/rtp_receiver/rtp_parser/rtp_parser.h
+++ b/media/cast/rtp_receiver/rtp_parser/rtp_parser.h
@@ -5,8 +5,8 @@
#ifndef MEDIA_CAST_RTP_RECEIVER_RTP_PARSER_RTP_PARSER_H_
#define MEDIA_CAST_RTP_RECEIVER_RTP_PARSER_RTP_PARSER_H_
-#include "media/cast/net/cast_net_defines.h"
#include "media/cast/rtp_receiver/rtp_receiver_defines.h"
+#include "media/cast/transport/cast_transport_defines.h"
namespace media {
namespace cast {
@@ -46,8 +46,8 @@ class RtpParser {
RtpData* data_callback_;
RtpParserConfig parser_config_;
- FrameIdWrapHelper frame_id_wrap_helper_;
- FrameIdWrapHelper reference_frame_id_wrap_helper_;
+ transport::FrameIdWrapHelper frame_id_wrap_helper_;
+ transport::FrameIdWrapHelper reference_frame_id_wrap_helper_;
};
} // namespace cast
« no previous file with comments | « media/cast/rtcp/rtcp_unittest.cc ('k') | media/cast/rtp_receiver/rtp_parser/rtp_parser.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698