| Index: Source/core/platform/graphics/chromium/DeferredImageDecoder.cpp
|
| diff --git a/Source/core/platform/graphics/chromium/DeferredImageDecoder.cpp b/Source/core/platform/graphics/chromium/DeferredImageDecoder.cpp
|
| index 774640f9472b0aa477547385feeb821089e33345..dcea403ab50e62f72b5b324647465738b424fdcb 100644
|
| --- a/Source/core/platform/graphics/chromium/DeferredImageDecoder.cpp
|
| +++ b/Source/core/platform/graphics/chromium/DeferredImageDecoder.cpp
|
| @@ -28,8 +28,8 @@
|
|
|
| #include "core/platform/graphics/chromium/ImageFrameGenerator.h"
|
| #include "core/platform/graphics/chromium/LazyDecodingPixelRef.h"
|
| -#include <wtf/OwnPtr.h>
|
| -#include <wtf/PassOwnPtr.h>
|
| +#include "wtf/OwnPtr.h"
|
| +#include "wtf/PassOwnPtr.h"
|
|
|
| namespace WebCore {
|
|
|
|
|