| Index: third_party/WebKit/Source/platform/audio/MultiChannelResampler.h
|
| diff --git a/third_party/WebKit/Source/platform/audio/MultiChannelResampler.h b/third_party/WebKit/Source/platform/audio/MultiChannelResampler.h
|
| index 27de520567f3b18215966496f2544becdf6dfd53..89ec12b5eddc449e0201f2f646031b1422034884 100644
|
| --- a/third_party/WebKit/Source/platform/audio/MultiChannelResampler.h
|
| +++ b/third_party/WebKit/Source/platform/audio/MultiChannelResampler.h
|
| @@ -29,10 +29,10 @@
|
| #ifndef MultiChannelResampler_h
|
| #define MultiChannelResampler_h
|
|
|
| -#include "platform/audio/SincResampler.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| #include <memory>
|
| +#include "platform/audio/SincResampler.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|