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

Unified Diff: media/cast/net/rtp/packet_storage.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.h ('k') | media/cast/net/rtp/packet_storage_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/rtp/packet_storage.cc
diff --git a/media/cast/transport/rtp_sender/packet_storage/packet_storage.cc b/media/cast/net/rtp/packet_storage.cc
similarity index 93%
rename from media/cast/transport/rtp_sender/packet_storage/packet_storage.cc
rename to media/cast/net/rtp/packet_storage.cc
index a748baa27ab5a44bd1d943efe72dccf6453b7f30..877551b383d767964b3ac0117c7a54187698b43b 100644
--- a/media/cast/transport/rtp_sender/packet_storage/packet_storage.cc
+++ b/media/cast/net/rtp/packet_storage.cc
@@ -2,15 +2,15 @@
// 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 <string>
#include "base/logging.h"
+#include "media/cast/cast_defines.h"
namespace media {
namespace cast {
-namespace transport {
PacketStorage::PacketStorage(size_t stored_frames)
: max_stored_frames_(stored_frames),
@@ -60,6 +60,5 @@ const SendPacketVector* PacketStorage::GetFrame8(uint8 frame_id_8bits) const {
return &(frames_[index_8bits]);
}
-} // namespace transport
} // namespace cast
} // namespace media
« no previous file with comments | « media/cast/net/rtp/packet_storage.h ('k') | media/cast/net/rtp/packet_storage_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698