| Index: webrtc/modules/audio_coding/neteq/nack.h
|
| diff --git a/webrtc/modules/audio_coding/neteq/nack.h b/webrtc/modules/audio_coding/neteq/nack.h
|
| index 17fef464648879f1d6eb8a6b854633400f84ba8b..f30e459d88e64e78e113fde0d986b3f87d13f82e 100644
|
| --- a/webrtc/modules/audio_coding/neteq/nack.h
|
| +++ b/webrtc/modules/audio_coding/neteq/nack.h
|
| @@ -14,9 +14,9 @@
|
| #include <vector>
|
| #include <map>
|
|
|
| +#include "webrtc/base/gtest_prod_util.h"
|
| #include "webrtc/base/scoped_ptr.h"
|
| #include "webrtc/modules/audio_coding/include/audio_coding_module_typedefs.h"
|
| -#include "webrtc/test/testsupport/gtest_prod_util.h"
|
|
|
| //
|
| // The Nack class keeps track of the lost packets, an estimate of time-to-play
|
|
|