| Index: Source/core/platform/graphics/ImageSource.cpp
|
| diff --git a/Source/core/platform/graphics/ImageSource.cpp b/Source/core/platform/graphics/ImageSource.cpp
|
| index 3cb5f84ade8c8e80fd3ddd58ef06af71fc9f5cbb..c6395a09f0828fd316edda4dbe8f22a2e9d57c88 100644
|
| --- a/Source/core/platform/graphics/ImageSource.cpp
|
| +++ b/Source/core/platform/graphics/ImageSource.cpp
|
| @@ -31,8 +31,8 @@
|
|
|
| #include "core/platform/image-decoders/ImageDecoder.h"
|
|
|
| -#include "NotImplemented.h"
|
| -#include "PlatformMemoryInstrumentation.h"
|
| +#include "core/platform/NotImplemented.h"
|
| +#include "core/platform/PlatformMemoryInstrumentation.h"
|
| #include "core/platform/graphics/ImageOrientation.h"
|
|
|
| #include "core/platform/graphics/chromium/DeferredImageDecoder.h"
|
|
|