| Index: webrtc/media/webrtc/webrtcvideoframefactory.h
|
| diff --git a/talk/media/webrtc/webrtcvideoframefactory.h b/webrtc/media/webrtc/webrtcvideoframefactory.h
|
| similarity index 89%
|
| rename from talk/media/webrtc/webrtcvideoframefactory.h
|
| rename to webrtc/media/webrtc/webrtcvideoframefactory.h
|
| index 5557a357bb47995709ec62fca14514f946cbca66..9981788ce8de8bcb72787d9b44b1dfc5c1f9c561 100644
|
| --- a/talk/media/webrtc/webrtcvideoframefactory.h
|
| +++ b/webrtc/media/webrtc/webrtcvideoframefactory.h
|
| @@ -25,10 +25,10 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TALK_MEDIA_WEBRTC_WEBRTCVIDEOFRAMEFACTORY_H_
|
| -#define TALK_MEDIA_WEBRTC_WEBRTCVIDEOFRAMEFACTORY_H_
|
| +#ifndef WEBRTC_MEDIA_WEBRTC_WEBRTCVIDEOFRAMEFACTORY_H_
|
| +#define WEBRTC_MEDIA_WEBRTC_WEBRTCVIDEOFRAMEFACTORY_H_
|
|
|
| -#include "talk/media/base/videoframefactory.h"
|
| +#include "webrtc/media/base/videoframefactory.h"
|
|
|
| namespace cricket {
|
|
|
| @@ -44,4 +44,4 @@ class WebRtcVideoFrameFactory : public VideoFrameFactory {
|
|
|
| } // namespace cricket
|
|
|
| -#endif // TALK_MEDIA_WEBRTC_WEBRTCVIDEOFRAMEFACTORY_H_
|
| +#endif // WEBRTC_MEDIA_WEBRTC_WEBRTCVIDEOFRAMEFACTORY_H_
|
|
|