| Index: Source/core/platform/graphics/ImageSource.cpp
|
| diff --git a/Source/core/platform/graphics/ImageSource.cpp b/Source/core/platform/graphics/ImageSource.cpp
|
| index 7839aa556fe95cc92cff9df8af25ee47a4dfda69..1e9dfdcd30b3b06044728eeb708d7271e8c8d161 100644
|
| --- a/Source/core/platform/graphics/ImageSource.cpp
|
| +++ b/Source/core/platform/graphics/ImageSource.cpp
|
| @@ -28,7 +28,7 @@
|
| #include "config.h"
|
| #include "core/platform/graphics/ImageSource.h"
|
|
|
| -#include "core/platform/graphics/chromium/DeferredImageDecoder.h"
|
| +#include "core/platform/graphics/DeferredImageDecoder.h"
|
| #include "core/platform/image-decoders/ImageDecoder.h"
|
| #include "platform/graphics/ImageOrientation.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|