Index: third_party/WebKit/Source/platform/audio/FFTFrame.h |
diff --git a/third_party/WebKit/Source/platform/audio/FFTFrame.h b/third_party/WebKit/Source/platform/audio/FFTFrame.h |
index eea96f36f4d65d04baba2a93d8776dd683024bdd..838350bfb713e13966729119a74a8a87b190e808 100644 |
--- a/third_party/WebKit/Source/platform/audio/FFTFrame.h |
+++ b/third_party/WebKit/Source/platform/audio/FFTFrame.h |
@@ -29,12 +29,12 @@ |
#ifndef FFTFrame_h |
#define FFTFrame_h |
+#include <memory> |
#include "platform/PlatformExport.h" |
#include "platform/audio/AudioArray.h" |
#include "wtf/Allocator.h" |
#include "wtf/Forward.h" |
#include "wtf/Threading.h" |
-#include <memory> |
#if OS(MACOSX) |
#include <Accelerate/Accelerate.h> |