| Index: Source/core/platform/audio/AudioResamplerKernel.cpp
|
| diff --git a/Source/core/platform/audio/AudioResamplerKernel.cpp b/Source/core/platform/audio/AudioResamplerKernel.cpp
|
| index 7b99997e512b91c59cc6f885d2522a80515a55fb..311a828067de9d6a9e71d3ea727025239c976c1f 100644
|
| --- a/Source/core/platform/audio/AudioResamplerKernel.cpp
|
| +++ b/Source/core/platform/audio/AudioResamplerKernel.cpp
|
| @@ -26,10 +26,10 @@
|
|
|
| #if ENABLE(WEB_AUDIO)
|
|
|
| -#include "AudioResamplerKernel.h"
|
| +#include "core/platform/audio/AudioResamplerKernel.h"
|
|
|
| -#include "AudioResampler.h"
|
| #include <algorithm>
|
| +#include "core/platform/audio/AudioResampler.h"
|
|
|
| using namespace std;
|
|
|
|
|