| Index: third_party/WebKit/Source/platform/audio/AudioChannel.h
|
| diff --git a/third_party/WebKit/Source/platform/audio/AudioChannel.h b/third_party/WebKit/Source/platform/audio/AudioChannel.h
|
| index c0e177f35bd065ac0dfc63b256e8c3eebc4abc65..f532203765ee2af98dc0a6844f760e5b5874d8f8 100644
|
| --- a/third_party/WebKit/Source/platform/audio/AudioChannel.h
|
| +++ b/third_party/WebKit/Source/platform/audio/AudioChannel.h
|
| @@ -29,11 +29,11 @@
|
| #ifndef AudioChannel_h
|
| #define AudioChannel_h
|
|
|
| +#include <memory>
|
| #include "platform/PlatformExport.h"
|
| #include "platform/audio/AudioArray.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|