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

Unified Diff: media/cast/net/pacing/mock_paced_packet_sender.cc

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.h ('k') | media/cast/net/pacing/paced_sender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/pacing/mock_paced_packet_sender.cc
diff --git a/media/cast/transport/pacing/mock_paced_packet_sender.cc b/media/cast/net/pacing/mock_paced_packet_sender.cc
similarity index 75%
rename from media/cast/transport/pacing/mock_paced_packet_sender.cc
rename to media/cast/net/pacing/mock_paced_packet_sender.cc
index 5e325f02335940d86e9e4765e17fe70f27468ac7..0725da97500d863260e29f91d4ec20838bdda617 100644
--- a/media/cast/transport/pacing/mock_paced_packet_sender.cc
+++ b/media/cast/net/pacing/mock_paced_packet_sender.cc
@@ -2,16 +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/transport/pacing/mock_paced_packet_sender.h"
+#include "media/cast/net/pacing/mock_paced_packet_sender.h"
namespace media {
namespace cast {
-namespace transport {
MockPacedPacketSender::MockPacedPacketSender() {}
MockPacedPacketSender::~MockPacedPacketSender() {}
-} // namespace transport
} // namespace cast
} // namespace media
« no previous file with comments | « media/cast/net/pacing/mock_paced_packet_sender.h ('k') | media/cast/net/pacing/paced_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698