| 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..3356a1f5d47f7ffa18ca74b3b30718545c8341d0 100644
 | 
| --- a/third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.cpp
 | 
| +++ b/third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.cpp
 | 
| @@ -26,13 +26,13 @@
 | 
|   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 | 
|   */
 | 
|  
 | 
| +#include "platform/audio/DynamicsCompressorKernel.h"
 | 
| +#include <algorithm>
 | 
| +#include <cmath>
 | 
|  #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>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |