| Index: media/cast/net/pacing/paced_sender.h
|
| diff --git a/media/cast/transport/pacing/paced_sender.h b/media/cast/net/pacing/paced_sender.h
|
| similarity index 94%
|
| rename from media/cast/transport/pacing/paced_sender.h
|
| rename to media/cast/net/pacing/paced_sender.h
|
| index 9fc0c8b8b8582dcef7e239a213cd84879882c5fc..345464c7cbe47f8acb9d94cc55e5f25a7914a04b 100644
|
| --- a/media/cast/transport/pacing/paced_sender.h
|
| +++ b/media/cast/net/pacing/paced_sender.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_PACING_PACED_SENDER_H_
|
| -#define MEDIA_CAST_TRANSPORT_PACING_PACED_SENDER_H_
|
| +#ifndef MEDIA_CAST_NET_PACING_PACED_SENDER_H_
|
| +#define MEDIA_CAST_NET_PACING_PACED_SENDER_H_
|
|
|
| #include <list>
|
| #include <vector>
|
| @@ -16,16 +16,14 @@
|
| #include "base/time/default_tick_clock.h"
|
| #include "base/time/tick_clock.h"
|
| #include "base/time/time.h"
|
| -#include "media/cast/transport/cast_transport_config.h"
|
| -#include "media/cast/transport/transport/udp_transport.h"
|
| +#include "media/cast/logging/logging_defines.h"
|
| +#include "media/cast/net/cast_transport_config.h"
|
|
|
| namespace media {
|
| namespace cast {
|
|
|
| class LoggingImpl;
|
|
|
| -namespace transport {
|
| -
|
| // Use std::pair for free comparison operators.
|
| // { capture_time, ssrc, packet_id }
|
| // The PacketKey is designed to meet two criteria:
|
| @@ -140,8 +138,7 @@ class PacedSender : public PacedPacketSender,
|
| DISALLOW_COPY_AND_ASSIGN(PacedSender);
|
| };
|
|
|
| -} // namespace transport
|
| } // namespace cast
|
| } // namespace media
|
|
|
| -#endif // MEDIA_CAST_TRANSPORT_PACING_PACED_SENDER_H_
|
| +#endif // MEDIA_CAST_NET_PACING_PACED_SENDER_H_
|
|
|