Index: webrtc/modules/interface/module.h |
diff --git a/webrtc/modules/interface/module.h b/webrtc/modules/interface/module.h |
index ffd3065a5c07bd7fb73698a4fcb5a8b1798ae859..06054c3d22c59a8fc0b7a2e59aacf86d70d87b48 100644 |
--- a/webrtc/modules/interface/module.h |
+++ b/webrtc/modules/interface/module.h |
@@ -8,8 +8,10 @@ |
* 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_ |
+ |
+#pragma message("WARNING: webrtc/modules/include is DEPRECATED; use webrtc/modules/include") |
#include "webrtc/typedefs.h" |
@@ -78,4 +80,4 @@ class RefCountedModule : public Module { |
} // namespace webrtc |
-#endif // MODULES_INTERFACE_MODULE_H_ |
+#endif // WEBRTC_MODULES_INCLUDE_MODULE_H_ |