| Index: media/cast/transport/pacing/mock_paced_packet_sender.h
|
| diff --git a/media/cast/net/pacing/mock_paced_packet_sender.h b/media/cast/transport/pacing/mock_paced_packet_sender.h
|
| similarity index 67%
|
| rename from media/cast/net/pacing/mock_paced_packet_sender.h
|
| rename to media/cast/transport/pacing/mock_paced_packet_sender.h
|
| index 9933516f14cbb1e9dc07106c0e3e24b5535a6e5b..b120ade2034557cadfa345f20d2f43c4921cf727 100644
|
| --- a/media/cast/net/pacing/mock_paced_packet_sender.h
|
| +++ b/media/cast/transport/pacing/mock_paced_packet_sender.h
|
| @@ -2,14 +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_NET_PACING_MOCK_PACED_PACKET_SENDER_H_
|
| -#define MEDIA_CAST_NET_PACING_MOCK_PACED_PACKET_SENDER_H_
|
| +#ifndef MEDIA_CAST_TRANSPORT_PACING_MOCK_PACED_PACKET_SENDER_H_
|
| +#define MEDIA_CAST_TRANSPORT_PACING_MOCK_PACED_PACKET_SENDER_H_
|
|
|
| -#include "media/cast/net/pacing/paced_sender.h"
|
| +#include "media/cast/transport/pacing/paced_sender.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| namespace media {
|
| namespace cast {
|
| +namespace transport {
|
|
|
| class MockPacedPacketSender : public PacedPacketSender {
|
| public:
|
| @@ -21,7 +22,8 @@ class MockPacedPacketSender : public PacedPacketSender {
|
| MOCK_METHOD1(SendRtcpPacket, bool(const Packet& packet));
|
| };
|
|
|
| +} // namespace transport
|
| } // namespace cast
|
| } // namespace media
|
|
|
| -#endif // MEDIA_CAST_NET_PACING_MOCK_PACED_PACKET_SENDER_H_
|
| +#endif // MEDIA_CAST_TRANSPORT_PACING_MOCK_PACED_PACKET_SENDER_H_
|
|
|