| 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
|
|
|