| Index: webrtc/modules/audio_coding/neteq/packet_buffer.h
|
| diff --git a/webrtc/modules/audio_coding/neteq/packet_buffer.h b/webrtc/modules/audio_coding/neteq/packet_buffer.h
|
| index afd5f044540cfc9d1d9f7cf7e068c9d6feb7821a..5c2499c6b958088af533d2005e8bbccd0af8aae6 100644
|
| --- a/webrtc/modules/audio_coding/neteq/packet_buffer.h
|
| +++ b/webrtc/modules/audio_coding/neteq/packet_buffer.h
|
| @@ -11,10 +11,10 @@
|
| #ifndef WEBRTC_MODULES_AUDIO_CODING_NETEQ_PACKET_BUFFER_H_
|
| #define WEBRTC_MODULES_AUDIO_CODING_NETEQ_PACKET_BUFFER_H_
|
|
|
| +#include "webrtc/api/optional.h"
|
| #include "webrtc/modules/audio_coding/neteq/packet.h"
|
| #include "webrtc/modules/include/module_common_types.h"
|
| #include "webrtc/rtc_base/constructormagic.h"
|
| -#include "webrtc/rtc_base/optional.h"
|
| #include "webrtc/typedefs.h"
|
|
|
| namespace webrtc {
|
|
|