| Index: Source/core/platform/image-decoders/gif/GIFImageReader.h
|
| diff --git a/Source/core/platform/image-decoders/gif/GIFImageReader.h b/Source/core/platform/image-decoders/gif/GIFImageReader.h
|
| index 5fc7950b3195611cb76a8bb482ac16a80ddbedf7..6934b109edb7a3f61429c7f7b0e514eba6c28150 100644
|
| --- a/Source/core/platform/image-decoders/gif/GIFImageReader.h
|
| +++ b/Source/core/platform/image-decoders/gif/GIFImageReader.h
|
| @@ -40,7 +40,7 @@
|
|
|
| // Define ourselves as the clientPtr. Mozilla just hacked their C++ callback class into this old C decoder,
|
| // so we will too.
|
| -#include "SharedBuffer.h"
|
| +#include "core/platform/SharedBuffer.h"
|
| #include "core/platform/image-decoders/gif/GIFImageDecoder.h"
|
| #include <wtf/OwnPtr.h>
|
| #include <wtf/PassOwnPtr.h>
|
|
|