| Index: media/cast/transport/pacing/paced_sender.h
|
| diff --git a/media/cast/net/pacing/paced_sender.h b/media/cast/transport/pacing/paced_sender.h
|
| similarity index 91%
|
| rename from media/cast/net/pacing/paced_sender.h
|
| rename to media/cast/transport/pacing/paced_sender.h
|
| index 260ea8f2354f4803ba6a767e98d5a6fb941c07f1..2f91a464dd5065e7180a115c61a48950eb951fda 100644
|
| --- a/media/cast/net/pacing/paced_sender.h
|
| +++ b/media/cast/transport/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_NET_PACING_PACED_SENDER_H_
|
| -#define MEDIA_CAST_NET_PACING_PACED_SENDER_H_
|
| +#ifndef MEDIA_CAST_TRANSPORT_PACING_PACED_SENDER_H_
|
| +#define MEDIA_CAST_TRANSPORT_PACING_PACED_SENDER_H_
|
|
|
| #include <list>
|
| #include <vector>
|
| @@ -20,6 +20,7 @@
|
|
|
| namespace media {
|
| namespace cast {
|
| +namespace transport {
|
|
|
| // We have this pure virtual class to enable mocking.
|
| class PacedPacketSender {
|
| @@ -78,7 +79,8 @@ class PacedSender : public PacedPacketSender,
|
| DISALLOW_COPY_AND_ASSIGN(PacedSender);
|
| };
|
|
|
| +} // namespace transport
|
| } // namespace cast
|
| } // namespace media
|
|
|
| -#endif // MEDIA_CAST_NET_PACING_PACED_SENDER_H_
|
| +#endif // MEDIA_CAST_TRANSPORT_PACING_PACED_SENDER_H_
|
|
|