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

Unified Diff: media/cast/net/udp_transport.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/udp_transport.h ('k') | media/cast/net/udp_transport_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/udp_transport.cc
diff --git a/media/cast/transport/transport/udp_transport.cc b/media/cast/net/udp_transport.cc
similarity index 98%
rename from media/cast/transport/transport/udp_transport.cc
rename to media/cast/net/udp_transport.cc
index 9669b17d4386a24fed929adeb96804cfaf996f5a..ae0593d3ac1fe5d39b5ac8034cd90ad873320b80 100644
--- a/media/cast/transport/transport/udp_transport.cc
+++ b/media/cast/net/udp_transport.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/cast/transport/transport/udp_transport.h"
+#include "media/cast/net/udp_transport.h"
#include <algorithm>
#include <string>
@@ -19,7 +19,6 @@
namespace media {
namespace cast {
-namespace transport {
namespace {
const int kMaxPacketSize = 1500;
@@ -237,6 +236,5 @@ void UdpTransport::OnSent(const scoped_refptr<net::IOBuffer>& buf,
}
}
-} // namespace transport
} // namespace cast
} // namespace media
« no previous file with comments | « media/cast/net/udp_transport.h ('k') | media/cast/net/udp_transport_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698