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

Unified Diff: webrtc/modules/include/module.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
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_
« no previous file with comments | « webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h ('k') | webrtc/modules/include/module_common_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698