| Index: webrtc/media/engine/webrtcmediaengine.h
|
| diff --git a/webrtc/media/webrtc/webrtcmediaengine.h b/webrtc/media/engine/webrtcmediaengine.h
|
| similarity index 91%
|
| rename from webrtc/media/webrtc/webrtcmediaengine.h
|
| rename to webrtc/media/engine/webrtcmediaengine.h
|
| index 6ad6fbc45164a1ea301b5101400d5d0b01399cb3..19b7d222f2ea9c548b160e6fc2b7baac31c5fed6 100644
|
| --- a/webrtc/media/webrtc/webrtcmediaengine.h
|
| +++ b/webrtc/media/engine/webrtcmediaengine.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MEDIA_WEBRTC_WEBRTCMEDIAENGINE_H_
|
| -#define WEBRTC_MEDIA_WEBRTC_WEBRTCMEDIAENGINE_H_
|
| +#ifndef WEBRTC_MEDIA_ENGINE_WEBRTCMEDIAENGINE_H_
|
| +#define WEBRTC_MEDIA_ENGINE_WEBRTCMEDIAENGINE_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -50,4 +50,4 @@ std::vector<webrtc::RtpExtension> FilterRtpExtensions(
|
|
|
| } // namespace cricket
|
|
|
| -#endif // WEBRTC_MEDIA_WEBRTC_WEBRTCMEDIAENGINE_H_
|
| +#endif // WEBRTC_MEDIA_ENGINE_WEBRTCMEDIAENGINE_H_
|
|
|