Index: third_party/WebKit/Source/modules/webaudio/AudioNode.h |
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioNode.h b/third_party/WebKit/Source/modules/webaudio/AudioNode.h |
index 93ccabca6ac6d387fcb28e644b5a51621714d146..0f429aa361bbde10c6f5f0d3b4fe9e6c9e75a25f 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/AudioNode.h |
+++ b/third_party/WebKit/Source/modules/webaudio/AudioNode.h |
@@ -26,6 +26,7 @@ |
#ifndef AudioNode_h |
#define AudioNode_h |
+#include <memory> |
#include "modules/EventTargetModules.h" |
#include "modules/ModulesExport.h" |
#include "platform/audio/AudioBus.h" |
@@ -35,7 +36,6 @@ |
#include "wtf/ThreadSafeRefCounted.h" |
#include "wtf/Vector.h" |
#include "wtf/build_config.h" |
-#include <memory> |
#define DEBUG_AUDIONODE_REFERENCES 0 |