| Index: media/cast/net/cast_transport_config.cc
|
| diff --git a/media/cast/transport/cast_transport_config.cc b/media/cast/net/cast_transport_config.cc
|
| similarity index 94%
|
| rename from media/cast/transport/cast_transport_config.cc
|
| rename to media/cast/net/cast_transport_config.cc
|
| index 174763c28cfbe49eae57b1db484abe8f0e23d65f..ae8ec60551968bcd0242f9939d9d28d22fcaab40 100644
|
| --- a/media/cast/transport/cast_transport_config.cc
|
| +++ b/media/cast/net/cast_transport_config.cc
|
| @@ -2,11 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "media/cast/transport/cast_transport_config.h"
|
| +#include "media/cast/net/cast_transport_config.h"
|
|
|
| namespace media {
|
| namespace cast {
|
| -namespace transport {
|
|
|
| CastTransportRtpConfig::CastTransportRtpConfig()
|
| : ssrc(0), rtp_payload_type(0), stored_frames(0) {}
|
| @@ -57,6 +56,5 @@ SendRtcpFromRtpSenderData::SendRtcpFromRtpSenderData()
|
| : packet_type_flags(0), sending_ssrc(0) {}
|
| SendRtcpFromRtpSenderData::~SendRtcpFromRtpSenderData() {}
|
|
|
| -} // namespace transport
|
| } // namespace cast
|
| } // namespace media
|
|
|