| Index: webrtc/media/engine/webrtccommon.h
|
| diff --git a/webrtc/media/webrtc/webrtccommon.h b/webrtc/media/engine/webrtccommon.h
|
| similarity index 94%
|
| rename from webrtc/media/webrtc/webrtccommon.h
|
| rename to webrtc/media/engine/webrtccommon.h
|
| index f9f5715b0cdc62b02628596dc12bcbee0a8c9e91..21fc1924ef80ca7b59d29672fd2291b14b7a691b 100644
|
| --- a/webrtc/media/webrtc/webrtccommon.h
|
| +++ b/webrtc/media/engine/webrtccommon.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MEDIA_WEBRTC_WEBRTCCOMMON_H_
|
| -#define WEBRTC_MEDIA_WEBRTC_WEBRTCCOMMON_H_
|
| +#ifndef WEBRTC_MEDIA_ENGINE_WEBRTCCOMMON_H_
|
| +#define WEBRTC_MEDIA_ENGINE_WEBRTCCOMMON_H_
|
|
|
| #include "webrtc/common_types.h"
|
|
|
| @@ -55,4 +55,4 @@ namespace cricket {
|
|
|
| } // namespace cricket
|
|
|
| -#endif // WEBRTC_MEDIA_WEBRTC_WEBRTCCOMMON_H_
|
| +#endif // WEBRTC_MEDIA_ENGINE_WEBRTCCOMMON_H_
|
|
|