Index: third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNodeTest.cpp |
diff --git a/third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNodeTest.cpp b/third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNodeTest.cpp |
index 6b9e54af9f5cc3b50139d0a210f9a331276c09b5..de9db84e840bf7d267e3aa62265accd56c546ddb 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNodeTest.cpp |
+++ b/third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNodeTest.cpp |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include <memory> |
#include "core/testing/DummyPageHolder.h" |
#include "modules/webaudio/BaseAudioContext.h" |
#include "modules/webaudio/DynamicsCompressorNode.h" |
#include "modules/webaudio/OfflineAudioContext.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include <memory> |
namespace blink { |