| Index: webrtc/modules/include/module.h
|
| diff --git a/webrtc/modules/interface/module.h b/webrtc/modules/include/module.h
|
| similarity index 95%
|
| copy from webrtc/modules/interface/module.h
|
| copy to webrtc/modules/include/module.h
|
| index ffd3065a5c07bd7fb73698a4fcb5a8b1798ae859..d02aa95dc8db0f13e9cf91d65c67c2dbecd570f0 100644
|
| --- a/webrtc/modules/interface/module.h
|
| +++ b/webrtc/modules/include/module.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef MODULES_INTERFACE_MODULE_H_
|
| -#define MODULES_INTERFACE_MODULE_H_
|
| +#ifndef WEBRTC_MODULES_INCLUDE_MODULE_H_
|
| +#define WEBRTC_MODULES_INCLUDE_MODULE_H_
|
|
|
| #include "webrtc/typedefs.h"
|
|
|
| @@ -78,4 +78,4 @@ class RefCountedModule : public Module {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // MODULES_INTERFACE_MODULE_H_
|
| +#endif // WEBRTC_MODULES_INCLUDE_MODULE_H_
|
|
|