Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(581)

Unified Diff: media/cast/net/cast_transport_config.cc

Issue 388663003: Cast: Reshuffle files under media/cast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing includes Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/cast/net/cast_transport_config.h ('k') | media/cast/net/cast_transport_defines.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « media/cast/net/cast_transport_config.h ('k') | media/cast/net/cast_transport_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698