| Index: third_party/WebKit/Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp
|
| diff --git a/third_party/WebKit/Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp b/third_party/WebKit/Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp
|
| index c36dd50127c9a7e5010b85ede98dc70c66ec374b..41821921ee1635e15eb1d62cba4abf397d747f59 100644
|
| --- a/third_party/WebKit/Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp
|
| @@ -22,16 +22,16 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "wtf/build_config.h"
|
| +#include "platform/wtf/build_config.h"
|
|
|
| #if OS(ANDROID) && USE(WEBAUDIO_OPENMAX_DL_FFT)
|
|
|
| #include "platform/audio/FFTFrame.h"
|
|
|
| -#include "platform/audio/AudioArray.h"
|
| -#include "wtf/MathExtras.h"
|
| #include <dl/sp/api/armSP.h>
|
| #include <dl/sp/api/omxSP.h>
|
| +#include "platform/audio/AudioArray.h"
|
| +#include "platform/wtf/MathExtras.h"
|
|
|
| namespace blink {
|
|
|
|
|