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

Unified Diff: media/cast/transport/pacing/paced_sender.cc

Issue 100823015: Cast: move net->transport (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updating transport callback Created 7 years 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/transport/pacing/paced_sender.h ('k') | media/cast/transport/pacing/paced_sender_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/transport/pacing/paced_sender.cc
diff --git a/media/cast/net/pacing/paced_sender.cc b/media/cast/transport/pacing/paced_sender.cc
similarity index 98%
rename from media/cast/net/pacing/paced_sender.cc
rename to media/cast/transport/pacing/paced_sender.cc
index c91e36be9ff5693149214b306ce8188fad30abca..3a342b59f34b42e41254db1f0ba87f8c81a7cdcb 100644
--- a/media/cast/net/pacing/paced_sender.cc
+++ b/media/cast/transport/pacing/paced_sender.cc
@@ -2,13 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/cast/net/pacing/paced_sender.h"
+#include "media/cast/transport/pacing/paced_sender.h"
#include "base/bind.h"
#include "base/message_loop/message_loop.h"
namespace media {
namespace cast {
+namespace transport {
static const int64 kPacingIntervalMs = 10;
// Each frame will be split into no more than kPacingMaxBurstsPerFrame
@@ -147,5 +148,6 @@ void PacedSender::UpdateBurstSize(size_t packets_to_send) {
burst_size_);
}
+} // namespace transport
} // namespace cast
} // namespace media
« no previous file with comments | « media/cast/transport/pacing/paced_sender.h ('k') | media/cast/transport/pacing/paced_sender_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698