Index: third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.h |
diff --git a/third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.h b/third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.h |
index 04cd81f8161aa269ae8d9890558a64b29b5bac9f..c921076a1294ae05f665af40ab6d47ad2d2afb7c 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.h |
+++ b/third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.h |
@@ -26,9 +26,9 @@ |
#ifndef AsyncAudioDecoder_h |
#define AsyncAudioDecoder_h |
+#include <memory> |
#include "platform/heap/Handle.h" |
#include "wtf/build_config.h" |
-#include <memory> |
namespace blink { |