| Index: third_party/WebKit/Source/platform/audio/HRTFPanner.cpp
|
| diff --git a/third_party/WebKit/Source/platform/audio/HRTFPanner.cpp b/third_party/WebKit/Source/platform/audio/HRTFPanner.cpp
|
| index c86871dcce8d9680ab31eb495f02c8436fbf38e0..60452b4a39d2621c920af3dab61e2b2cdabfeff9 100644
|
| --- a/third_party/WebKit/Source/platform/audio/HRTFPanner.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/HRTFPanner.cpp
|
| @@ -27,8 +27,8 @@
|
| #include "platform/audio/AudioBus.h"
|
| #include "platform/audio/AudioUtilities.h"
|
| #include "platform/audio/HRTFDatabase.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/RefPtr.h"
|
| +#include "platform/wtf/MathExtras.h"
|
| +#include "platform/wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|