| Index: third_party/WebKit/Source/platform/audio/HRTFDatabase.h
|
| diff --git a/third_party/WebKit/Source/platform/audio/HRTFDatabase.h b/third_party/WebKit/Source/platform/audio/HRTFDatabase.h
|
| index 4693e95cdcd935432d4cfe17e08b8c782ddfe1c0..4176749bb5a460288f1dce3495c4bb8638e1d553 100644
|
| --- a/third_party/WebKit/Source/platform/audio/HRTFDatabase.h
|
| +++ b/third_party/WebKit/Source/platform/audio/HRTFDatabase.h
|
| @@ -29,13 +29,13 @@
|
| #ifndef HRTFDatabase_h
|
| #define HRTFDatabase_h
|
|
|
| +#include <memory>
|
| #include "platform/audio/HRTFElevation.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/Vector.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|