| Index: Source/core/platform/audio/DynamicsCompressor.h
|
| diff --git a/Source/core/platform/audio/DynamicsCompressor.h b/Source/core/platform/audio/DynamicsCompressor.h
|
| index f781afe7b9722930e6f254ecc334d97752dd66ea..6253365450e3ad80dcad6655b340e2a3ad91d4e6 100644
|
| --- a/Source/core/platform/audio/DynamicsCompressor.h
|
| +++ b/Source/core/platform/audio/DynamicsCompressor.h
|
| @@ -29,9 +29,9 @@
|
| #ifndef DynamicsCompressor_h
|
| #define DynamicsCompressor_h
|
|
|
| -#include "AudioArray.h"
|
| -#include "DynamicsCompressorKernel.h"
|
| -#include "ZeroPole.h"
|
| +#include "core/platform/audio/AudioArray.h"
|
| +#include "core/platform/audio/DynamicsCompressorKernel.h"
|
| +#include "core/platform/audio/ZeroPole.h"
|
|
|
| #include <wtf/OwnArrayPtr.h>
|
|
|
|
|