| Index: Source/WebKit/chromium/tests/PlatformContextSkiaTest.cpp
|
| diff --git a/Source/WebKit/chromium/tests/PlatformContextSkiaTest.cpp b/Source/WebKit/chromium/tests/PlatformContextSkiaTest.cpp
|
| index a2469856ffe42b539ab117e90fb6cf05201e6119..04aeb8b580f43f465ec8c37229f4bbd6ea50e403 100644
|
| --- a/Source/WebKit/chromium/tests/PlatformContextSkiaTest.cpp
|
| +++ b/Source/WebKit/chromium/tests/PlatformContextSkiaTest.cpp
|
| @@ -24,14 +24,14 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "PlatformContextSkia.h"
|
| +#include "core/platform/graphics/skia/PlatformContextSkia.h"
|
|
|
| #include <gtest/gtest.h>
|
| -#include "NativeImageSkia.h"
|
| #include "SkCanvas.h"
|
| #include "core/platform/graphics/BitmapImage.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/ImageBuffer.h"
|
| +#include "core/platform/graphics/skia/NativeImageSkia.h"
|
|
|
| using namespace WebCore;
|
|
|
|
|