| Index: Source/core/platform/graphics/chromium/LazyDecodingPixelRef.h
|
| diff --git a/Source/core/platform/graphics/chromium/LazyDecodingPixelRef.h b/Source/core/platform/graphics/chromium/LazyDecodingPixelRef.h
|
| index a455c21719ae5c7cbf632ce7ca1ac8edae4f8c37..3cb325a1610b87f13a3d662f1664f02aa9fe1329 100644
|
| --- a/Source/core/platform/graphics/chromium/LazyDecodingPixelRef.h
|
| +++ b/Source/core/platform/graphics/chromium/LazyDecodingPixelRef.h
|
| @@ -32,9 +32,8 @@
|
| #include "SkSize.h"
|
| #include "SkTypes.h"
|
| #include "skia/ext/lazy_pixel_ref.h"
|
| -
|
| -#include <wtf/RefPtr.h>
|
| -#include <wtf/ThreadingPrimitives.h>
|
| +#include "wtf/RefPtr.h"
|
| +#include "wtf/ThreadingPrimitives.h"
|
|
|
| using skia::LazyPixelRef;
|
|
|
|
|