| Index: third_party/WebKit/Source/platform/audio/StereoPanner.cpp
 | 
| diff --git a/third_party/WebKit/Source/platform/audio/StereoPanner.cpp b/third_party/WebKit/Source/platform/audio/StereoPanner.cpp
 | 
| index d694116e42ea4f7293c4db1780197698d435c225..4a733c59ac3247e3dd686d6b25cf8286dd063d42 100644
 | 
| --- a/third_party/WebKit/Source/platform/audio/StereoPanner.cpp
 | 
| +++ b/third_party/WebKit/Source/platform/audio/StereoPanner.cpp
 | 
| @@ -3,10 +3,10 @@
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
|  #include "platform/audio/StereoPanner.h"
 | 
| +#include <algorithm>
 | 
|  #include "platform/audio/AudioBus.h"
 | 
|  #include "platform/audio/AudioUtilities.h"
 | 
|  #include "wtf/MathExtras.h"
 | 
| -#include <algorithm>
 | 
|  
 | 
|  // Use a 50ms smoothing / de-zippering time-constant.
 | 
|  const float SmoothingTimeConstant = 0.050f;
 | 
| 
 |