| Index: third_party/WebKit/Source/platform/audio/AudioChannel.cpp
|
| diff --git a/third_party/WebKit/Source/platform/audio/AudioChannel.cpp b/third_party/WebKit/Source/platform/audio/AudioChannel.cpp
|
| index b1a3a9a4c413a5fe5563c156464d60fd9e0bf1c8..5e14bf2f6f7baf6ac8b66c6bf8243e5765321e4a 100644
|
| --- a/third_party/WebKit/Source/platform/audio/AudioChannel.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/AudioChannel.cpp
|
| @@ -27,9 +27,9 @@
|
| */
|
|
|
| #include "platform/audio/AudioChannel.h"
|
| -#include "platform/audio/VectorMath.h"
|
| -#include <algorithm>
|
| #include <math.h>
|
| +#include <algorithm>
|
| +#include "platform/audio/VectorMath.h"
|
|
|
| namespace blink {
|
|
|
|
|