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

Unified Diff: media/cast/net/cast_transport_sender.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/cast_transport_defines.h ('k') | media/cast/net/cast_transport_sender_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/cast_transport_sender.h
diff --git a/media/cast/transport/cast_transport_sender.h b/media/cast/net/cast_transport_sender.h
similarity index 93%
rename from media/cast/transport/cast_transport_sender.h
rename to media/cast/net/cast_transport_sender.h
index c9ae2fe01b0f7edb9eb69e0d0187ad5364005d1c..6527f8c0523966d4502d51e490a28b7904fab747 100644
--- a/media/cast/transport/cast_transport_sender.h
+++ b/media/cast/net/cast_transport_sender.h
@@ -20,8 +20,8 @@
// This also works when the CastSender acts as a receiver for the RTCP packets
// due to the weak pointers in the ReceivedPacket method in cast_sender_impl.cc.
-#ifndef MEDIA_CAST_TRANSPORT_CAST_TRANSPORT_SENDER_H_
-#define MEDIA_CAST_TRANSPORT_CAST_TRANSPORT_SENDER_H_
+#ifndef MEDIA_CAST_NET_CAST_TRANSPORT_SENDER_H_
+#define MEDIA_CAST_NET_CAST_TRANSPORT_SENDER_H_
#include "base/basictypes.h"
#include "base/callback.h"
@@ -29,8 +29,9 @@
#include "base/threading/non_thread_safe.h"
#include "base/time/tick_clock.h"
#include "media/cast/logging/logging_defines.h"
-#include "media/cast/transport/cast_transport_config.h"
-#include "media/cast/transport/cast_transport_defines.h"
+#include "media/cast/net/cast_transport_config.h"
+#include "media/cast/net/cast_transport_defines.h"
+#include "net/base/ip_endpoint.h"
namespace net {
class NetLog;
@@ -38,7 +39,6 @@ class NetLog;
namespace media {
namespace cast {
-namespace transport {
// Following the initialization of either audio or video an initialization
// status will be sent via this callback.
@@ -105,8 +105,7 @@ class CastTransportSender : public base::NonThreadSafe {
base::TimeDelta dedupe_window) = 0;
};
-} // namespace transport
} // namespace cast
} // namespace media
-#endif // MEDIA_CAST_TRANSPORT_CAST_TRANSPORT_SENDER_H_
+#endif // MEDIA_CAST_NET_CAST_TRANSPORT_SENDER_H_
« no previous file with comments | « media/cast/net/cast_transport_defines.h ('k') | media/cast/net/cast_transport_sender_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698