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

Unified Diff: media/cast/net/udp_transport.h

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/rtp/rtp_sender.cc ('k') | media/cast/net/udp_transport.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/udp_transport.h
diff --git a/media/cast/transport/transport/udp_transport.h b/media/cast/net/udp_transport.h
similarity index 90%
rename from media/cast/transport/transport/udp_transport.h
rename to media/cast/net/udp_transport.h
index 1a568501d5fd3499978ee3ab58d7862b4e947cc7..951e9c12d3d27e42c736a242f90e5d6e23e32f83 100644
--- a/media/cast/transport/transport/udp_transport.h
+++ b/media/cast/net/udp_transport.h
@@ -2,15 +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_TRANSPORT_TRANSPORT_UDP_TRANSPORT_H_
-#define MEDIA_CAST_TRANSPORT_TRANSPORT_UDP_TRANSPORT_H_
+#ifndef MEDIA_CAST_NET_UDP_TRANSPORT_H_
+#define MEDIA_CAST_NET_UDP_TRANSPORT_H_
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "media/cast/cast_environment.h"
-#include "media/cast/transport/cast_transport_config.h"
-#include "media/cast/transport/cast_transport_sender.h"
+#include "media/cast/net/cast_transport_config.h"
+#include "media/cast/net/cast_transport_sender.h"
#include "net/base/ip_endpoint.h"
#include "net/base/net_util.h"
#include "net/udp/udp_socket.h"
@@ -23,7 +23,6 @@ class NetLog;
namespace media {
namespace cast {
-namespace transport {
// This class implements UDP transport mechanism for Cast.
class UdpTransport : public PacketSender {
@@ -90,8 +89,7 @@ class UdpTransport : public PacketSender {
DISALLOW_COPY_AND_ASSIGN(UdpTransport);
};
-} // namespace transport
} // namespace cast
} // namespace media
-#endif // MEDIA_CAST_TRANSPORT_TRANSPORT_UDP_TRANSPORT_H_
+#endif // MEDIA_CAST_NET_UDP_TRANSPORT_H_
« no previous file with comments | « media/cast/net/rtp/rtp_sender.cc ('k') | media/cast/net/udp_transport.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698