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

Unified Diff: media/cast/net/pacing/paced_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/pacing/mock_paced_packet_sender.cc ('k') | media/cast/net/pacing/paced_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/pacing/paced_sender.h
diff --git a/media/cast/transport/pacing/paced_sender.h b/media/cast/net/pacing/paced_sender.h
similarity index 94%
rename from media/cast/transport/pacing/paced_sender.h
rename to media/cast/net/pacing/paced_sender.h
index 9fc0c8b8b8582dcef7e239a213cd84879882c5fc..345464c7cbe47f8acb9d94cc55e5f25a7914a04b 100644
--- a/media/cast/transport/pacing/paced_sender.h
+++ b/media/cast/net/pacing/paced_sender.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MEDIA_CAST_TRANSPORT_PACING_PACED_SENDER_H_
-#define MEDIA_CAST_TRANSPORT_PACING_PACED_SENDER_H_
+#ifndef MEDIA_CAST_NET_PACING_PACED_SENDER_H_
+#define MEDIA_CAST_NET_PACING_PACED_SENDER_H_
#include <list>
#include <vector>
@@ -16,16 +16,14 @@
#include "base/time/default_tick_clock.h"
#include "base/time/tick_clock.h"
#include "base/time/time.h"
-#include "media/cast/transport/cast_transport_config.h"
-#include "media/cast/transport/transport/udp_transport.h"
+#include "media/cast/logging/logging_defines.h"
+#include "media/cast/net/cast_transport_config.h"
namespace media {
namespace cast {
class LoggingImpl;
-namespace transport {
-
// Use std::pair for free comparison operators.
// { capture_time, ssrc, packet_id }
// The PacketKey is designed to meet two criteria:
@@ -140,8 +138,7 @@ class PacedSender : public PacedPacketSender,
DISALLOW_COPY_AND_ASSIGN(PacedSender);
};
-} // namespace transport
} // namespace cast
} // namespace media
-#endif // MEDIA_CAST_TRANSPORT_PACING_PACED_SENDER_H_
+#endif // MEDIA_CAST_NET_PACING_PACED_SENDER_H_
« no previous file with comments | « media/cast/net/pacing/mock_paced_packet_sender.cc ('k') | media/cast/net/pacing/paced_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698