| Index: third_party/WebKit/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
|
| diff --git a/third_party/WebKit/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp b/third_party/WebKit/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
|
| index 64b9248a6b419b33b73736d5a3af438f3198d91f..821b9001855073d52050f9223392785d7bd455cd 100644
|
| --- a/third_party/WebKit/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
|
| @@ -26,7 +26,7 @@
|
| // FFTFrame implementation using FFmpeg's RDFT algorithm,
|
| // suitable for use on Windows and Linux.
|
|
|
| -#include "wtf/build_config.h"
|
| +#include "platform/wtf/build_config.h"
|
|
|
| #if USE(WEBAUDIO_FFMPEG)
|
|
|
| @@ -38,7 +38,7 @@ extern "C" {
|
| #include <libavcodec/avfft.h>
|
| }
|
|
|
| -#include "wtf/MathExtras.h"
|
| +#include "platform/wtf/MathExtras.h"
|
|
|
| namespace blink {
|
|
|
|
|