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

Unified Diff: media/cast/net/rtp/frame_buffer.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/rtp/cast_message_builder_unittest.cc ('k') | media/cast/net/rtp/frame_buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/rtp/frame_buffer.h
diff --git a/media/cast/framer/frame_buffer.h b/media/cast/net/rtp/frame_buffer.h
similarity index 91%
rename from media/cast/framer/frame_buffer.h
rename to media/cast/net/rtp/frame_buffer.h
index d4d5dedbbde41b00412fb65d815737ce8d47fded..bad91f4f6f962e1771c7bf15ba76492c8d79bdc7 100644
--- a/media/cast/framer/frame_buffer.h
+++ b/media/cast/net/rtp/frame_buffer.h
@@ -9,7 +9,7 @@
#include <vector>
#include "media/cast/cast_config.h"
-#include "media/cast/rtp_receiver/rtp_receiver_defines.h"
+#include "media/cast/net/rtp/rtp_receiver_defines.h"
namespace media {
namespace cast {
@@ -29,7 +29,7 @@ class FrameBuffer {
// and also copies the data from all packets into the data field in |frame|.
// Returns true if the frame was complete; false if incomplete and |frame|
// remains unchanged.
- bool AssembleEncodedFrame(transport::EncodedFrame* frame) const;
+ bool AssembleEncodedFrame(EncodedFrame* frame) const;
bool is_key_frame() const { return is_key_frame_; }
« no previous file with comments | « media/cast/net/rtp/cast_message_builder_unittest.cc ('k') | media/cast/net/rtp/frame_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698