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

Unified Diff: webrtc/media/engine/payload_type_mapper.h

Issue 2145973003: Create empty PayloadTypeMapper files and add them to builds. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 5 months 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/media/BUILD.gn ('k') | webrtc/media/engine/payload_type_mapper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/engine/payload_type_mapper.h
diff --git a/webrtc/modules/audio_coding/neteq/packet.cc b/webrtc/media/engine/payload_type_mapper.h
similarity index 66%
copy from webrtc/modules/audio_coding/neteq/packet.cc
copy to webrtc/media/engine/payload_type_mapper.h
index 8a19fe4d5923d5e22a5b485600c6da0c5f3856ba..d1f8f35949adbf8fe68189264b305b0405958c83 100644
--- a/webrtc/modules/audio_coding/neteq/packet.cc
+++ b/webrtc/media/engine/payload_type_mapper.h
@@ -8,12 +8,9 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/modules/audio_coding/neteq/packet.h"
+#ifndef WEBRTC_MEDIA_ENGINE_PAYLOAD_TYPE_MAPPER_H_
+#define WEBRTC_MEDIA_ENGINE_PAYLOAD_TYPE_MAPPER_H_
-namespace webrtc {
+// This file intentionally left blank for build purposes.
-Packet::Packet() = default;
-
-Packet::~Packet() = default;
-
-} // namespace webrtc
+#endif // WEBRTC_MEDIA_ENGINE_PAYLOAD_TYPE_MAPPER_H_
« no previous file with comments | « webrtc/media/BUILD.gn ('k') | webrtc/media/engine/payload_type_mapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698