| Index: media/cast/net/rtp/packet_storage.h
|
| diff --git a/media/cast/transport/rtp_sender/packet_storage/packet_storage.h b/media/cast/net/rtp/packet_storage.h
|
| similarity index 76%
|
| rename from media/cast/transport/rtp_sender/packet_storage/packet_storage.h
|
| rename to media/cast/net/rtp/packet_storage.h
|
| index 037ead1edf6e78fb2a272435ae4f3fd7c0417e20..e19f13dff0a71cc9b7d51bea683538184029bb49 100644
|
| --- a/media/cast/transport/rtp_sender/packet_storage/packet_storage.h
|
| +++ b/media/cast/net/rtp/packet_storage.h
|
| @@ -2,8 +2,8 @@
|
| // 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_PACKET_STORAGE_PACKET_STORAGE_H_
|
| -#define MEDIA_CAST_TRANSPORT_RTP_SENDER_PACKET_STORAGE_PACKET_STORAGE_H_
|
| +#ifndef MEDIA_CAST_NET_RTP_SENDER_PACKET_STORAGE_PACKET_STORAGE_H_
|
| +#define MEDIA_CAST_NET_RTP_SENDER_PACKET_STORAGE_PACKET_STORAGE_H_
|
|
|
| #include <deque>
|
| #include <list>
|
| @@ -15,13 +15,12 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/time/tick_clock.h"
|
| #include "base/time/time.h"
|
| -#include "media/cast/transport/cast_transport_config.h"
|
| -#include "media/cast/transport/cast_transport_defines.h"
|
| -#include "media/cast/transport/pacing/paced_sender.h"
|
| +#include "media/cast/net/cast_transport_config.h"
|
| +#include "media/cast/net/cast_transport_defines.h"
|
| +#include "media/cast/net/pacing/paced_sender.h"
|
|
|
| namespace media {
|
| namespace cast {
|
| -namespace transport {
|
|
|
| // Stores a list of frames. Each frame consists a list of packets.
|
| typedef std::deque<SendPacketVector> FrameQueue;
|
| @@ -55,8 +54,7 @@ class PacketStorage {
|
| DISALLOW_COPY_AND_ASSIGN(PacketStorage);
|
| };
|
|
|
| -} // namespace transport
|
| } // namespace cast
|
| } // namespace media
|
|
|
| -#endif // MEDIA_CAST_TRANSPORT_RTP_SENDER_PACKET_STORAGE_PACKET_STORAGE_H_
|
| +#endif // MEDIA_CAST_NET_RTP_SENDER_PACKET_STORAGE_PACKET_STORAGE_H_
|
|
|