| Index: media/cast/net/rtp/rtp_packetizer.h
|
| diff --git a/media/cast/transport/rtp_sender/rtp_packetizer/rtp_packetizer.h b/media/cast/net/rtp/rtp_packetizer.h
|
| similarity index 82%
|
| rename from media/cast/transport/rtp_sender/rtp_packetizer/rtp_packetizer.h
|
| rename to media/cast/net/rtp/rtp_packetizer.h
|
| index b3c8164110b6d0430ae3b2e1106e64d8f568ba92..016e31299898c32ce299c1b1c4077cf47dc76faf 100644
|
| --- a/media/cast/transport/rtp_sender/rtp_packetizer/rtp_packetizer.h
|
| +++ b/media/cast/net/rtp/rtp_packetizer.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MEDIA_CAST_TRANSPORT_RTP_SENDER_RTP_PACKETIZER_RTP_PACKETIZER_H_
|
| -#define MEDIA_CAST_TRANSPORT_RTP_SENDER_RTP_PACKETIZER_RTP_PACKETIZER_H_
|
| +#ifndef MEDIA_CAST_NET_RTP_RTP_PACKETIZER_H_
|
| +#define MEDIA_CAST_NET_RTP_RTP_PACKETIZER_H_
|
|
|
| #include <cmath>
|
| #include <list>
|
| #include <map>
|
|
|
| #include "base/time/time.h"
|
| -#include "media/cast/transport/rtp_sender/packet_storage/packet_storage.h"
|
| +#include "media/cast/net/rtp/packet_storage.h"
|
|
|
| namespace base {
|
| class TickClock;
|
| @@ -19,8 +19,6 @@ class TickClock;
|
| namespace media {
|
| namespace cast {
|
|
|
| -namespace transport {
|
| -
|
| class PacedSender;
|
|
|
| struct RtpPacketizerConfig {
|
| @@ -70,8 +68,7 @@ class RtpPacketizer {
|
| size_t send_octet_count_;
|
| };
|
|
|
| -} // namespace transport
|
| } // namespace cast
|
| } // namespace media
|
|
|
| -#endif // MEDIA_CAST_TRANSPORT_RTP_SENDER_RTP_PACKETIZER_RTP_PACKETIZER_H_
|
| +#endif // MEDIA_CAST_NET_RTP_RTP_PACKETIZER_H_
|
|
|