| Index: webrtc/modules/include/module_common_types.h
|
| diff --git a/webrtc/modules/interface/module_common_types.h b/webrtc/modules/include/module_common_types.h
|
| similarity index 99%
|
| copy from webrtc/modules/interface/module_common_types.h
|
| copy to webrtc/modules/include/module_common_types.h
|
| index 45e93d8fad3d14fb982e38885e70736f1676db97..771fd20bb45b5cad03c4290b7dde8e11fbf765ee 100644
|
| --- a/webrtc/modules/interface/module_common_types.h
|
| +++ b/webrtc/modules/include/module_common_types.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef MODULE_COMMON_TYPES_H
|
| -#define MODULE_COMMON_TYPES_H
|
| +#ifndef WEBRTC_MODULES_INCLUDE_MODULE_COMMON_TYPES_H
|
| +#define WEBRTC_MODULES_INCLUDE_MODULE_COMMON_TYPES_H
|
|
|
| #include <assert.h>
|
| #include <string.h> // memcpy
|
| @@ -807,4 +807,4 @@ class SequenceNumberUnwrapper {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // MODULE_COMMON_TYPES_H
|
| +#endif // WEBRTC_MODULES_INCLUDE_MODULE_COMMON_TYPES_H
|
|
|