| Index: Source/core/platform/graphics/skia/NativeImageSkia.h
|
| diff --git a/Source/core/platform/graphics/skia/NativeImageSkia.h b/Source/core/platform/graphics/skia/NativeImageSkia.h
|
| index 756fce80f28f6357cc506627d358146cec134323..518b5f838cae04191a2996927d8996a9cb586ef5 100644
|
| --- a/Source/core/platform/graphics/skia/NativeImageSkia.h
|
| +++ b/Source/core/platform/graphics/skia/NativeImageSkia.h
|
| @@ -34,9 +34,9 @@
|
| #include "SkBitmap.h"
|
| #include "SkRect.h"
|
| #include "SkSize.h"
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/PassRefPtr.h>
|
| -#include <wtf/RefCounted.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/PassRefPtr.h"
|
| +#include "wtf/RefCounted.h"
|
|
|
| namespace WebCore {
|
|
|
|
|