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

Unified Diff: webrtc/modules/media_file/include/media_file.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/media_file/BUILD.gn ('k') | webrtc/modules/media_file/include/media_file_defines.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/media_file/include/media_file.h
diff --git a/webrtc/modules/media_file/interface/media_file.h b/webrtc/modules/media_file/include/media_file.h
similarity index 95%
copy from webrtc/modules/media_file/interface/media_file.h
copy to webrtc/modules/media_file/include/media_file.h
index 5b09ad438387e977ccf3c9338c110f51135b6422..22c727e1a87ac4405a802aa51dde5de0d89fa3d4 100644
--- a/webrtc/modules/media_file/interface/media_file.h
+++ b/webrtc/modules/media_file/include/media_file.h
@@ -8,13 +8,13 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_MODULES_MEDIA_FILE_INTERFACE_MEDIA_FILE_H_
-#define WEBRTC_MODULES_MEDIA_FILE_INTERFACE_MEDIA_FILE_H_
+#ifndef WEBRTC_MODULES_MEDIA_FILE_INCLUDE_MEDIA_FILE_H_
+#define WEBRTC_MODULES_MEDIA_FILE_INCLUDE_MEDIA_FILE_H_
#include "webrtc/common_types.h"
-#include "webrtc/modules/interface/module.h"
-#include "webrtc/modules/interface/module_common_types.h"
-#include "webrtc/modules/media_file/interface/media_file_defines.h"
+#include "webrtc/modules/include/module.h"
+#include "webrtc/modules/include/module_common_types.h"
+#include "webrtc/modules/media_file/include/media_file_defines.h"
#include "webrtc/typedefs.h"
namespace webrtc {
@@ -177,4 +177,4 @@ protected:
virtual ~MediaFile() {}
};
} // namespace webrtc
-#endif // WEBRTC_MODULES_MEDIA_FILE_INTERFACE_MEDIA_FILE_H_
+#endif // WEBRTC_MODULES_MEDIA_FILE_INCLUDE_MEDIA_FILE_H_
« no previous file with comments | « webrtc/modules/media_file/BUILD.gn ('k') | webrtc/modules/media_file/include/media_file_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698