| Index: Source/core/platform/audio/HRTFElevation.h
|
| diff --git a/Source/core/platform/audio/HRTFElevation.h b/Source/core/platform/audio/HRTFElevation.h
|
| index 6a825a13b693096f86b60a27fe38260092fa3d5c..d201b97366cdca57ac70aac4057394a593bd4601 100644
|
| --- a/Source/core/platform/audio/HRTFElevation.h
|
| +++ b/Source/core/platform/audio/HRTFElevation.h
|
| @@ -30,14 +30,14 @@
|
| #define HRTFElevation_h
|
|
|
| #include "core/platform/audio/HRTFKernel.h"
|
| -#include <wtf/Noncopyable.h>
|
| -#include <wtf/OwnPtr.h>
|
| -#include <wtf/PassOwnPtr.h>
|
| -#include <wtf/PassRefPtr.h>
|
| -#include <wtf/RefCounted.h>
|
| -#include <wtf/RefPtr.h>
|
| -#include <wtf/text/CString.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/Noncopyable.h"
|
| +#include "wtf/OwnPtr.h"
|
| +#include "wtf/PassOwnPtr.h"
|
| +#include "wtf/PassRefPtr.h"
|
| +#include "wtf/RefCounted.h"
|
| +#include "wtf/RefPtr.h"
|
| +#include "wtf/text/CString.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|