| Index: third_party/WebKit/Source/platform/audio/UpSampler.cpp
|
| diff --git a/third_party/WebKit/Source/platform/audio/UpSampler.cpp b/third_party/WebKit/Source/platform/audio/UpSampler.cpp
|
| index 8b5e5a36d53557063080e69c48ce779788e842c1..d0efe2bae6150437a287df8fb4627e49f322101a 100644
|
| --- a/third_party/WebKit/Source/platform/audio/UpSampler.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/UpSampler.cpp
|
| @@ -29,7 +29,7 @@
|
| */
|
|
|
| #include "platform/audio/UpSampler.h"
|
| -#include "wtf/MathExtras.h"
|
| +#include "platform/wtf/MathExtras.h"
|
|
|
| namespace blink {
|
|
|
|
|