| Index: third_party/WebKit/Source/modules/webaudio/StereoPannerNode.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/StereoPannerNode.cpp b/third_party/WebKit/Source/modules/webaudio/StereoPannerNode.cpp
|
| index 98d7311edf3e559ac94d7ade3f9259339b129b2c..b342558b4bea922a9c880fc747cdee6716fb11f3 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/StereoPannerNode.cpp
|
| +++ b/third_party/WebKit/Source/modules/webaudio/StereoPannerNode.cpp
|
| @@ -12,7 +12,7 @@
|
| #include "modules/webaudio/BaseAudioContext.h"
|
| #include "modules/webaudio/StereoPannerOptions.h"
|
| #include "platform/audio/StereoPanner.h"
|
| -#include "wtf/MathExtras.h"
|
| +#include "platform/wtf/MathExtras.h"
|
|
|
| namespace blink {
|
|
|
|
|