| Index: webrtc/modules/audio_coding/neteq/tools/neteq_input.h
 | 
| diff --git a/webrtc/modules/audio_coding/neteq/tools/neteq_input.h b/webrtc/modules/audio_coding/neteq/tools/neteq_input.h
 | 
| index be08a791a81e3168ad680040f30135aedca174c4..3bb64a6ca0bd8bdf65bb7c188018cc1fce445659 100644
 | 
| --- a/webrtc/modules/audio_coding/neteq/tools/neteq_input.h
 | 
| +++ b/webrtc/modules/audio_coding/neteq/tools/neteq_input.h
 | 
| @@ -16,9 +16,9 @@
 | 
|  
 | 
|  #include "webrtc/base/buffer.h"
 | 
|  #include "webrtc/base/optional.h"
 | 
| +#include "webrtc/common_types.h"
 | 
|  #include "webrtc/modules/audio_coding/neteq/tools/packet.h"
 | 
|  #include "webrtc/modules/audio_coding/neteq/tools/packet_source.h"
 | 
| -#include "webrtc/modules/include/module_common_types.h"
 | 
|  
 | 
|  namespace webrtc {
 | 
|  namespace test {
 | 
| @@ -27,7 +27,7 @@ namespace test {
 | 
|  class NetEqInput {
 | 
|   public:
 | 
|    struct PacketData {
 | 
| -    WebRtcRTPHeader header;
 | 
| +    RTPHeader header;
 | 
|      rtc::Buffer payload;
 | 
|      double time_ms;
 | 
|    };
 | 
| 
 |