| Index: third_party/WebKit/Source/platform/image-decoders/FastSharedBufferReader.h
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/FastSharedBufferReader.h b/third_party/WebKit/Source/platform/image-decoders/FastSharedBufferReader.h
|
| index a6b0dbdb3a47f84127d415760ac184c090fcafbb..2a6d4dc9ab30bf8782390ecb82ceae8395ebfa8a 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/FastSharedBufferReader.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/FastSharedBufferReader.h
|
| @@ -33,10 +33,10 @@
|
|
|
| #include "platform/PlatformExport.h"
|
| #include "platform/image-decoders/SegmentReader.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefPtr.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|