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

Unified Diff: media/cast/net/rtp/packet_storage_unittest.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/rtp/packet_storage.cc ('k') | media/cast/net/rtp/receiver_stats.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/rtp/packet_storage_unittest.cc
diff --git a/media/cast/transport/rtp_sender/packet_storage/packet_storage_unittest.cc b/media/cast/net/rtp/packet_storage_unittest.cc
similarity index 96%
rename from media/cast/transport/rtp_sender/packet_storage/packet_storage_unittest.cc
rename to media/cast/net/rtp/packet_storage_unittest.cc
index 298942c80a543d48e09cb2341d7550d5d0a30be7..548fde810461b4ff19e3ffe5239e382ab2eb4ed6 100644
--- a/media/cast/transport/rtp_sender/packet_storage/packet_storage_unittest.cc
+++ b/media/cast/net/rtp/packet_storage_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/cast/transport/rtp_sender/packet_storage/packet_storage.h"
+#include "media/cast/net/rtp/packet_storage.h"
#include <stdint.h>
@@ -14,7 +14,6 @@
namespace media {
namespace cast {
-namespace transport {
static size_t kStoredFrames = 10;
@@ -110,6 +109,5 @@ TEST(PacketStorageTest, GetFrameTooOld) {
}
}
-} // namespace transport
} // namespace cast
} // namespace media
« no previous file with comments | « media/cast/net/rtp/packet_storage.cc ('k') | media/cast/net/rtp/receiver_stats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698