Index: third_party/WebKit/Source/platform/audio/HRTFKernel.cpp |
diff --git a/third_party/WebKit/Source/platform/audio/HRTFKernel.cpp b/third_party/WebKit/Source/platform/audio/HRTFKernel.cpp |
index 1013af0e354d5d02a90a928b1a96a0236ba0fa1b..281124106771636c8c691107b55f08123fa33b4a 100644 |
--- a/third_party/WebKit/Source/platform/audio/HRTFKernel.cpp |
+++ b/third_party/WebKit/Source/platform/audio/HRTFKernel.cpp |
@@ -28,11 +28,11 @@ |
#include "platform/audio/HRTFKernel.h" |
+#include <algorithm> |
+#include <memory> |
#include "platform/audio/AudioChannel.h" |
#include "wtf/MathExtras.h" |
#include "wtf/PtrUtil.h" |
-#include <algorithm> |
-#include <memory> |
namespace blink { |