| Index: third_party/WebKit/Source/platform/audio/DynamicsCompressor.cpp
|
| diff --git a/third_party/WebKit/Source/platform/audio/DynamicsCompressor.cpp b/third_party/WebKit/Source/platform/audio/DynamicsCompressor.cpp
|
| index f74db65c9b9ff37b41c447e941668b47e0a5325a..c08c7930964f672f956203fcec90144b9979e481 100644
|
| --- a/third_party/WebKit/Source/platform/audio/DynamicsCompressor.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/DynamicsCompressor.cpp
|
| @@ -26,9 +26,9 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +#include "platform/audio/DynamicsCompressor.h"
|
| #include "platform/audio/AudioBus.h"
|
| #include "platform/audio/AudioUtilities.h"
|
| -#include "platform/audio/DynamicsCompressor.h"
|
| #include "wtf/MathExtras.h"
|
| #include "wtf/PtrUtil.h"
|
|
|
|
|