| 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 206a1741d4a5d5db61abfa80e87a4a6db288f9cd..b8d6c341a2cd421dab665e9e2f5add50a5152c5d 100644
|
| --- a/webrtc/common_audio/resampler/sinc_resampler_unittest.cc
|
| +++ b/webrtc/common_audio/resampler/sinc_resampler_unittest.cc
|
| @@ -21,9 +21,9 @@
|
| #include "webrtc/base/scoped_ptr.h"
|
| #include "webrtc/common_audio/resampler/sinc_resampler.h"
|
| #include "webrtc/common_audio/resampler/sinusoidal_linear_chirp_source.h"
|
| -#include "webrtc/system_wrappers/interface/cpu_features_wrapper.h"
|
| -#include "webrtc/system_wrappers/interface/stringize_macros.h"
|
| -#include "webrtc/system_wrappers/interface/tick_util.h"
|
| +#include "webrtc/system_wrappers/include/cpu_features_wrapper.h"
|
| +#include "webrtc/system_wrappers/include/stringize_macros.h"
|
| +#include "webrtc/system_wrappers/include/tick_util.h"
|
| #include "webrtc/test/test_suite.h"
|
|
|
| using testing::_;
|
|
|