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 c9f2b1a6d444ebfbaf901cb93285b860354fb19c..e732b4c5a82080f1fd4e70a7be6637b9f5fbd60d 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 { |