| Index: webrtc/media/engine/webrtcvideoframe.h
|
| diff --git a/webrtc/media/webrtc/webrtcvideoframe.h b/webrtc/media/engine/webrtcvideoframe.h
|
| similarity index 96%
|
| rename from webrtc/media/webrtc/webrtcvideoframe.h
|
| rename to webrtc/media/engine/webrtcvideoframe.h
|
| index c00477c3d93017a09c0cd555b0eb356b17ae44f7..404b6941a01e6c80be8635d9638579c45e5dd6cb 100644
|
| --- a/webrtc/media/webrtc/webrtcvideoframe.h
|
| +++ b/webrtc/media/engine/webrtcvideoframe.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MEDIA_WEBRTC_WEBRTCVIDEOFRAME_H_
|
| -#define WEBRTC_MEDIA_WEBRTC_WEBRTCVIDEOFRAME_H_
|
| +#ifndef WEBRTC_MEDIA_ENGINE_WEBRTCVIDEOFRAME_H_
|
| +#define WEBRTC_MEDIA_ENGINE_WEBRTCVIDEOFRAME_H_
|
|
|
| #include "webrtc/base/buffer.h"
|
| #include "webrtc/base/refcount.h"
|
| @@ -118,4 +118,4 @@ class WebRtcVideoFrame : public VideoFrame {
|
|
|
| } // namespace cricket
|
|
|
| -#endif // WEBRTC_MEDIA_WEBRTC_WEBRTCVIDEOFRAME_H_
|
| +#endif // WEBRTC_MEDIA_ENGINE_WEBRTCVIDEOFRAME_H_
|
|
|