| Index: third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.cpp
|
| diff --git a/third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.cpp b/third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.cpp
|
| index 29d6279098cba7191236d060501dd50625e1ac7d..cd62be4c05e63bfdcfad6b81aa9dd92d71215f00 100644
|
| --- a/third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.cpp
|
| @@ -26,13 +26,14 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "platform/audio/AudioUtilities.h"
|
| -#include "platform/audio/DenormalDisabler.h"
|
| #include "platform/audio/DynamicsCompressorKernel.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/PtrUtil.h"
|
| +
|
| #include <algorithm>
|
| #include <cmath>
|
| +#include "platform/audio/AudioUtilities.h"
|
| +#include "platform/audio/DenormalDisabler.h"
|
| +#include "platform/wtf/MathExtras.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|