| Index: third_party/WebKit/Source/platform/audio/HRTFKernel.h
|
| diff --git a/third_party/WebKit/Source/platform/audio/HRTFKernel.h b/third_party/WebKit/Source/platform/audio/HRTFKernel.h
|
| index e22482f3edda7fb84ba001d99e8652660895f241..32fc0931cf441d34edadd9f38b8ce484310088d3 100644
|
| --- a/third_party/WebKit/Source/platform/audio/HRTFKernel.h
|
| +++ b/third_party/WebKit/Source/platform/audio/HRTFKernel.h
|
| @@ -29,12 +29,12 @@
|
| #ifndef HRTFKernel_h
|
| #define HRTFKernel_h
|
|
|
| +#include <memory>
|
| #include "platform/audio/FFTFrame.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/PtrUtil.h"
|
| #include "wtf/Vector.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|