| Index: webrtc/common_audio/real_fourier.h
|
| diff --git a/webrtc/common_audio/real_fourier.h b/webrtc/common_audio/real_fourier.h
|
| index ef4fec871e96f427ba24e19410490b5815070226..ce3bbff679771b0425fde1d1f3e1e0ea6c207daa 100644
|
| --- a/webrtc/common_audio/real_fourier.h
|
| +++ b/webrtc/common_audio/real_fourier.h
|
| @@ -14,7 +14,7 @@
|
| #include <complex>
|
|
|
| #include "webrtc/base/scoped_ptr.h"
|
| -#include "webrtc/system_wrappers/interface/aligned_malloc.h"
|
| +#include "webrtc/system_wrappers/include/aligned_malloc.h"
|
|
|
| // Uniform interface class for the real DFT and its inverse, for power-of-2
|
| // input lengths. Also contains helper functions for buffer allocation, taking
|
|
|