| Index: third_party/WebKit/Source/platform/audio/ReverbAccumulationBuffer.h
|
| diff --git a/third_party/WebKit/Source/platform/audio/ReverbAccumulationBuffer.h b/third_party/WebKit/Source/platform/audio/ReverbAccumulationBuffer.h
|
| index a003db46d58d5592eb8b8a6f22c9bf49868eca26..6e9c1b42caf8532b95f8b9fb1a11e249fbe6247a 100644
|
| --- a/third_party/WebKit/Source/platform/audio/ReverbAccumulationBuffer.h
|
| +++ b/third_party/WebKit/Source/platform/audio/ReverbAccumulationBuffer.h
|
| @@ -31,8 +31,8 @@
|
|
|
| #include "platform/PlatformExport.h"
|
| #include "platform/audio/AudioArray.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|