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

Unified Diff: media/cast/net/rtp_sender/rtp_packetizer/rtp_packetizer_config.h

Issue 112133002: Cast:Moving netwrok sender related code to a designated folder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: media/cast/net/rtp_sender/rtp_packetizer/rtp_packetizer_config.h
diff --git a/media/cast/rtp_sender/rtp_packetizer/rtp_packetizer_config.h b/media/cast/net/rtp_sender/rtp_packetizer/rtp_packetizer_config.h
similarity index 69%
rename from media/cast/rtp_sender/rtp_packetizer/rtp_packetizer_config.h
rename to media/cast/net/rtp_sender/rtp_packetizer/rtp_packetizer_config.h
index 26208f5df54ad9c6c804fc9b8e9cf7ea3720c5c7..1a2549e66b2e78571eb00845f949e476058fc499 100644
--- a/media/cast/rtp_sender/rtp_packetizer/rtp_packetizer_config.h
+++ b/media/cast/net/rtp_sender/rtp_packetizer/rtp_packetizer_config.h
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CAST_RTP_SENDER_RTP_PACKETIZER_RTP_PACKETIZER_CONFIG_H_
-#define CAST_RTP_SENDER_RTP_PACKETIZER_RTP_PACKETIZER_CONFIG_H_
+#ifndef CAST_NET_RTP_SENDER_RTP_PACKETIZER_RTP_PACKETIZER_CONFIG_H_
+#define CAST_NET_RTP_SENDER_RTP_PACKETIZER_RTP_PACKETIZER_CONFIG_H_
#include "media/cast/cast_config.h"
-#include "media/cast/rtp_common/rtp_defines.h"
+#include "media/cast/rtp_receiver/rtp_receiver_defines.h"
namespace media {
namespace cast {
@@ -36,4 +36,4 @@ struct RtpPacketizerConfig {
} // namespace cast
} // namespace media
-#endif // CAST_RTP_SENDER_RTP_PACKETIZER_RTP_PACKETIZER_CONFIG_H_
+#endif // CAST_NET_RTP_SENDER_RTP_PACKETIZER_RTP_PACKETIZER_CONFIG_H_

Powered by Google App Engine
This is Rietveld 408576698