| 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_; }
|
|
|
|
|