Index: third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DTest.cpp |
diff --git a/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DTest.cpp b/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DTest.cpp |
index 43a45fe3ce004c65aca6bd64ce2f0ba626beb2d3..70394cab7f4abf9d2991c09d4ac9d47291d8cbfe 100644 |
--- a/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DTest.cpp |
+++ b/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DTest.cpp |
@@ -5,7 +5,6 @@ |
#include "modules/canvas2d/CanvasRenderingContext2D.h" |
#include "core/dom/Document.h" |
-#include "core/fetch/MemoryCache.h" |
#include "core/frame/FrameView.h" |
#include "core/frame/ImageBitmap.h" |
#include "core/html/HTMLCanvasElement.h" |
@@ -23,6 +22,7 @@ |
#include "platform/graphics/UnacceleratedImageBufferSurface.h" |
#include "platform/graphics/test/FakeGLES2Interface.h" |
#include "platform/graphics/test/FakeWebGraphicsContext3DProvider.h" |
+#include "platform/loader/fetch/MemoryCache.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "third_party/skia/include/core/SkColorSpaceXform.h" |