| Index: webrtc/media/engine/webrtcvideochannelfactory.h
|
| diff --git a/webrtc/media/webrtc/webrtcvideochannelfactory.h b/webrtc/media/engine/webrtcvideochannelfactory.h
|
| similarity index 81%
|
| rename from webrtc/media/webrtc/webrtcvideochannelfactory.h
|
| rename to webrtc/media/engine/webrtcvideochannelfactory.h
|
| index e48fbb796c27eecdc1052e978b195cfb205222ea..06498beadd061cf77df5ec1ae9363ccda04987d9 100644
|
| --- a/webrtc/media/webrtc/webrtcvideochannelfactory.h
|
| +++ b/webrtc/media/engine/webrtcvideochannelfactory.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MEDIA_WEBRTC_WEBRTCVIDEOCHANNELFACTORY_H_
|
| -#define WEBRTC_MEDIA_WEBRTC_WEBRTCVIDEOCHANNELFACTORY_H_
|
| +#ifndef WEBRTC_MEDIA_ENGINE_WEBRTCVIDEOCHANNELFACTORY_H_
|
| +#define WEBRTC_MEDIA_ENGINE_WEBRTCVIDEOCHANNELFACTORY_H_
|
|
|
| namespace cricket {
|
| class VoiceMediaChannel;
|
| @@ -24,4 +24,4 @@ class WebRtcVideoChannelFactory {
|
| };
|
| } // namespace cricket
|
|
|
| -#endif // WEBRTC_MEDIA_WEBRTC_WEBRTCVIDEOCHANNELFACTORY_H_
|
| +#endif // WEBRTC_MEDIA_ENGINE_WEBRTCVIDEOCHANNELFACTORY_H_
|
|
|