| Index: webrtc/video/payload_router.h
|
| diff --git a/webrtc/video_engine/payload_router.h b/webrtc/video/payload_router.h
|
| similarity index 95%
|
| rename from webrtc/video_engine/payload_router.h
|
| rename to webrtc/video/payload_router.h
|
| index 17bc279290733c242ca2fa9fcd3aa56c04154532..881145976d13bd28639f1474c0e56613899bdb5c 100644
|
| --- a/webrtc/video_engine/payload_router.h
|
| +++ b/webrtc/video/payload_router.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_VIDEO_ENGINE_PAYLOAD_ROUTER_H_
|
| -#define WEBRTC_VIDEO_ENGINE_PAYLOAD_ROUTER_H_
|
| +#ifndef WEBRTC_VIDEO_PAYLOAD_ROUTER_H_
|
| +#define WEBRTC_VIDEO_PAYLOAD_ROUTER_H_
|
|
|
| #include <list>
|
| #include <vector>
|
| @@ -82,4 +82,4 @@ class PayloadRouter {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_VIDEO_ENGINE_PAYLOAD_ROUTER_H_
|
| +#endif // WEBRTC_VIDEO_PAYLOAD_ROUTER_H_
|
|
|