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

Unified Diff: media/cast/net/rtp/rtp_packetizer.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_packet_builder.cc ('k') | media/cast/net/rtp/rtp_packetizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/rtp/rtp_packetizer.h
diff --git a/media/cast/transport/rtp_sender/rtp_packetizer/rtp_packetizer.h b/media/cast/net/rtp/rtp_packetizer.h
similarity index 82%
rename from media/cast/transport/rtp_sender/rtp_packetizer/rtp_packetizer.h
rename to media/cast/net/rtp/rtp_packetizer.h
index b3c8164110b6d0430ae3b2e1106e64d8f568ba92..016e31299898c32ce299c1b1c4077cf47dc76faf 100644
--- a/media/cast/transport/rtp_sender/rtp_packetizer/rtp_packetizer.h
+++ b/media/cast/net/rtp/rtp_packetizer.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_RTP_SENDER_RTP_PACKETIZER_RTP_PACKETIZER_H_
-#define MEDIA_CAST_TRANSPORT_RTP_SENDER_RTP_PACKETIZER_RTP_PACKETIZER_H_
+#ifndef MEDIA_CAST_NET_RTP_RTP_PACKETIZER_H_
+#define MEDIA_CAST_NET_RTP_RTP_PACKETIZER_H_
#include <cmath>
#include <list>
#include <map>
#include "base/time/time.h"
-#include "media/cast/transport/rtp_sender/packet_storage/packet_storage.h"
+#include "media/cast/net/rtp/packet_storage.h"
namespace base {
class TickClock;
@@ -19,8 +19,6 @@ class TickClock;
namespace media {
namespace cast {
-namespace transport {
-
class PacedSender;
struct RtpPacketizerConfig {
@@ -70,8 +68,7 @@ class RtpPacketizer {
size_t send_octet_count_;
};
-} // namespace transport
} // namespace cast
} // namespace media
-#endif // MEDIA_CAST_TRANSPORT_RTP_SENDER_RTP_PACKETIZER_RTP_PACKETIZER_H_
+#endif // MEDIA_CAST_NET_RTP_RTP_PACKETIZER_H_
« no previous file with comments | « media/cast/net/rtp/rtp_packet_builder.cc ('k') | media/cast/net/rtp/rtp_packetizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698