| Index: third_party/WebKit/Source/modules/webaudio/AudioParam.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioParam.h b/third_party/WebKit/Source/modules/webaudio/AudioParam.h
|
| index cd4e8647f506876bd12e728c0b9f9ec08ffb3f82..c393187be649527e16c1ea754a17a341eef048f8 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioParam.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioParam.h
|
| @@ -29,15 +29,15 @@
|
| #ifndef AudioParam_h
|
| #define AudioParam_h
|
|
|
| +#include <sys/types.h>
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/dom/DOMTypedArray.h"
|
| #include "modules/webaudio/AudioParamTimeline.h"
|
| #include "modules/webaudio/AudioSummingJunction.h"
|
| #include "modules/webaudio/BaseAudioContext.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/ThreadSafeRefCounted.h"
|
| -#include "wtf/text/WTFString.h"
|
| -#include <sys/types.h>
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/ThreadSafeRefCounted.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|