| Index: third_party/WebKit/Source/platform/audio/SincResampler.h
|
| diff --git a/third_party/WebKit/Source/platform/audio/SincResampler.h b/third_party/WebKit/Source/platform/audio/SincResampler.h
|
| index b96ec94cfc72250734cfac6604988958d4649646..e16b1f7ee5e332ef22acfd7cb6d295d8771ea691 100644
|
| --- a/third_party/WebKit/Source/platform/audio/SincResampler.h
|
| +++ b/third_party/WebKit/Source/platform/audio/SincResampler.h
|
| @@ -32,8 +32,8 @@
|
| #include "platform/PlatformExport.h"
|
| #include "platform/audio/AudioArray.h"
|
| #include "platform/audio/AudioSourceProvider.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|