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

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

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/engine/payload_type_mapper.h ('k') | webrtc/media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/engine/payload_type_mapper.cc
diff --git a/webrtc/modules/audio_coding/neteq/packet.cc b/webrtc/media/engine/payload_type_mapper.cc
similarity index 72%
copy from webrtc/modules/audio_coding/neteq/packet.cc
copy to webrtc/media/engine/payload_type_mapper.cc
index 8a19fe4d5923d5e22a5b485600c6da0c5f3856ba..6e310f5ff5d032ca6de6aef2f2120b52bb5cfc54 100644
--- a/webrtc/modules/audio_coding/neteq/packet.cc
+++ b/webrtc/media/engine/payload_type_mapper.cc
@@ -8,12 +8,6 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/modules/audio_coding/neteq/packet.h"
+#include "webrtc/media/engine/payload_type_mapper.h"
-namespace webrtc {
-
-Packet::Packet() = default;
-
-Packet::~Packet() = default;
-
-} // namespace webrtc
+// This file intentionally left blank for build purposes
« no previous file with comments | « webrtc/media/engine/payload_type_mapper.h ('k') | webrtc/media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698