| Index: Source/core/platform/graphics/skia/PlatformContextSkia.cpp
 | 
| diff --git a/Source/core/platform/graphics/skia/PlatformContextSkia.cpp b/Source/core/platform/graphics/skia/PlatformContextSkia.cpp
 | 
| index d5be567fa7fa66573a8bcddb726f2fc8b9cfc2eb..f0fe9b1fe42947f523aa98ff1be4ace68c89f41d 100644
 | 
| --- a/Source/core/platform/graphics/skia/PlatformContextSkia.cpp
 | 
| +++ b/Source/core/platform/graphics/skia/PlatformContextSkia.cpp
 | 
| @@ -30,15 +30,15 @@
 | 
|  
 | 
|  #include "config.h"
 | 
|  
 | 
| -#include "PlatformContextSkia.h"
 | 
| -#include "PlatformContextSkiaState.h"
 | 
| +#include "core/platform/graphics/skia/PlatformContextSkia.h"
 | 
| +#include "core/platform/graphics/skia/PlatformContextSkiaState.h"
 | 
|  
 | 
| -#include "NativeImageSkia.h"
 | 
| -#include "SkiaUtils.h"
 | 
|  #include "core/platform/graphics/Extensions3D.h"
 | 
|  #include "core/platform/graphics/GraphicsContext.h"
 | 
|  #include "core/platform/graphics/GraphicsContext3D.h"
 | 
|  #include "core/platform/graphics/ImageBuffer.h"
 | 
| +#include "core/platform/graphics/skia/NativeImageSkia.h"
 | 
| +#include "core/platform/graphics/skia/SkiaUtils.h"
 | 
|  
 | 
|  #include "skia/ext/image_operations.h"
 | 
|  #include "skia/ext/platform_canvas.h"
 | 
| 
 |