| Index: webrtc/common_audio/resampler/sinc_resampler.h
|
| diff --git a/webrtc/common_audio/resampler/sinc_resampler.h b/webrtc/common_audio/resampler/sinc_resampler.h
|
| index 45ade0cc69091afd3a2ca1a8a96c892f435900c5..0980e2d75613c577d3102c9ddd950abefb94dda1 100644
|
| --- a/webrtc/common_audio/resampler/sinc_resampler.h
|
| +++ b/webrtc/common_audio/resampler/sinc_resampler.h
|
| @@ -15,9 +15,9 @@
|
| #define WEBRTC_COMMON_AUDIO_RESAMPLER_SINC_RESAMPLER_H_
|
|
|
| #include "webrtc/base/constructormagic.h"
|
| +#include "webrtc/base/gtest_prod_util.h"
|
| #include "webrtc/base/scoped_ptr.h"
|
| #include "webrtc/system_wrappers/include/aligned_malloc.h"
|
| -#include "webrtc/test/testsupport/gtest_prod_util.h"
|
| #include "webrtc/typedefs.h"
|
|
|
| namespace webrtc {
|
|
|