| Index: third_party/WebKit/Source/platform/image-decoders/SegmentReader.h
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/SegmentReader.h b/third_party/WebKit/Source/platform/image-decoders/SegmentReader.h
|
| index 065c5931064e2d0af83584f2d823f9c01f48a51b..1549cf39fb3df2a7d3c37cc56f3fc380f1305091 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/SegmentReader.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/SegmentReader.h
|
| @@ -6,12 +6,12 @@
|
| #define SegmentReader_h
|
|
|
| #include "platform/SharedBuffer.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/ThreadSafeRefCounted.h"
|
| #include "third_party/skia/include/core/SkData.h"
|
| #include "third_party/skia/include/core/SkRWBuffer.h"
|
| #include "third_party/skia/include/core/SkRefCnt.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/ThreadSafeRefCounted.h"
|
|
|
| namespace blink {
|
|
|
|
|