| Index: third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoder.cpp
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoder.cpp b/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoder.cpp
|
| index 307e6a4f93d4c67f6793c152bb4172390813ec37..9f0e9ffb459628b5059ac2cb6959de0c8698d951 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoder.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoder.cpp
|
| @@ -25,10 +25,10 @@
|
|
|
| #include "platform/image-decoders/gif/GIFImageDecoder.h"
|
|
|
| -#include "platform/image-decoders/gif/GIFImageReader.h"
|
| -#include "wtf/NotFound.h"
|
| -#include "wtf/PtrUtil.h"
|
| #include <limits>
|
| +#include "platform/image-decoders/gif/GIFImageReader.h"
|
| +#include "platform/wtf/NotFound.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|