| Index: Source/core/platform/audio/ReverbConvolver.cpp
|
| diff --git a/Source/core/platform/audio/ReverbConvolver.cpp b/Source/core/platform/audio/ReverbConvolver.cpp
|
| index a5f07e09545c4448634eae960086c8c0210f35c8..dc935b85465b20f9662c12055469ae2e3f7a9dab 100644
|
| --- a/Source/core/platform/audio/ReverbConvolver.cpp
|
| +++ b/Source/core/platform/audio/ReverbConvolver.cpp
|
| @@ -30,10 +30,10 @@
|
|
|
| #if ENABLE(WEB_AUDIO)
|
|
|
| -#include "ReverbConvolver.h"
|
| +#include "core/platform/audio/ReverbConvolver.h"
|
|
|
| -#include "VectorMath.h"
|
| -#include "AudioBus.h"
|
| +#include "core/platform/audio/AudioBus.h"
|
| +#include "core/platform/audio/VectorMath.h"
|
|
|
| namespace WebCore {
|
|
|
|
|