| Index: webrtc/common_audio/resampler/sinc_resampler_unittest.cc | 
| diff --git a/webrtc/common_audio/resampler/sinc_resampler_unittest.cc b/webrtc/common_audio/resampler/sinc_resampler_unittest.cc | 
| index 82546d03606cd13f69bb37724258a384a58c39df..990580dd2da298dfd0aa1f74e9de7e7e75b59db5 100644 | 
| --- a/webrtc/common_audio/resampler/sinc_resampler_unittest.cc | 
| +++ b/webrtc/common_audio/resampler/sinc_resampler_unittest.cc | 
| @@ -19,11 +19,11 @@ | 
| #include <algorithm> | 
| #include <memory> | 
|  | 
| +#include "webrtc/base/stringize_macros.h" | 
| #include "webrtc/base/timeutils.h" | 
| #include "webrtc/common_audio/resampler/sinc_resampler.h" | 
| #include "webrtc/common_audio/resampler/sinusoidal_linear_chirp_source.h" | 
| #include "webrtc/system_wrappers/include/cpu_features_wrapper.h" | 
| -#include "webrtc/system_wrappers/include/stringize_macros.h" | 
| #include "webrtc/test/gmock.h" | 
| #include "webrtc/test/gtest.h" | 
|  | 
|  |