Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(339)

Unified Diff: webrtc/modules/interface/module_common_types.h

Issue 1417683006: modules: more interface -> include renames (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix last incorrectly wrapped pragma message Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/modules/interface/module.h ('k') | webrtc/modules/media_file/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « webrtc/modules/interface/module.h ('k') | webrtc/modules/media_file/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698