Index: webrtc/modules/interface/module_common_types.h |
diff --git a/webrtc/modules/interface/module_common_types.h b/webrtc/modules/interface/module_common_types.h |
index 45e93d8fad3d14fb982e38885e70736f1676db97..8db635585361b80cbc3f6e2989f6f0e8cf2b7ff2 100644 |
--- a/webrtc/modules/interface/module_common_types.h |
+++ b/webrtc/modules/interface/module_common_types.h |
@@ -8,8 +8,10 @@ |
* 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 |
+ |
+#pragma message("WARNING: webrtc/modules/include is DEPRECATED; use webrtc/modules/include") |
#include <assert.h> |
#include <string.h> // memcpy |
@@ -807,4 +809,4 @@ class SequenceNumberUnwrapper { |
} // namespace webrtc |
-#endif // MODULE_COMMON_TYPES_H |
+#endif // WEBRTC_MODULES_INCLUDE_MODULE_COMMON_TYPES_H |