Index: third_party/WebKit/Source/platform/audio/Reverb.h |
diff --git a/third_party/WebKit/Source/platform/audio/Reverb.h b/third_party/WebKit/Source/platform/audio/Reverb.h |
index f29b8a42b624c4fc1b1c45fd26cfa76e77a31b6b..ac88ff4ddae1223494763f91a4641546cb1a7992 100644 |
--- a/third_party/WebKit/Source/platform/audio/Reverb.h |
+++ b/third_party/WebKit/Source/platform/audio/Reverb.h |
@@ -29,11 +29,11 @@ |
#ifndef Reverb_h |
#define Reverb_h |
+#include <memory> |
#include "platform/audio/ReverbConvolver.h" |
#include "wtf/Allocator.h" |
#include "wtf/Noncopyable.h" |
#include "wtf/Vector.h" |
-#include <memory> |
namespace blink { |