| 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..17a41ce4f5be81e978fd4c514a6256e94ec64974 100644
|
| --- a/third_party/WebKit/Source/platform/audio/HRTFElevation.h
|
| +++ b/third_party/WebKit/Source/platform/audio/HRTFElevation.h
|
| @@ -29,14 +29,14 @@
|
| #ifndef HRTFElevation_h
|
| #define HRTFElevation_h
|
|
|
| -#include "platform/audio/HRTFKernel.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/text/CString.h"
|
| -#include "wtf/text/WTFString.h"
|
| #include <memory>
|
| +#include "platform/audio/HRTFKernel.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/text/CString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|