| Index: third_party/WebKit/Source/platform/audio/HRTFElevation.h
|
| diff --git a/third_party/WebKit/Source/platform/audio/HRTFElevation.h b/third_party/WebKit/Source/platform/audio/HRTFElevation.h
|
| index 1d8a574252426ee911a46a4e8319c5d3cfe745ec..dd6edddb96a8601fd8bfb284fb3334f7646f7cf4 100644
|
| --- a/third_party/WebKit/Source/platform/audio/HRTFElevation.h
|
| +++ b/third_party/WebKit/Source/platform/audio/HRTFElevation.h
|
| @@ -29,6 +29,7 @@
|
| #ifndef HRTFElevation_h
|
| #define HRTFElevation_h
|
|
|
| +#include <memory>
|
| #include "platform/audio/HRTFKernel.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Noncopyable.h"
|
| @@ -36,7 +37,6 @@
|
| #include "wtf/RefPtr.h"
|
| #include "wtf/text/CString.h"
|
| #include "wtf/text/WTFString.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|