Index: third_party/WebKit/Source/core/frame/FrameSerializer.cpp |
diff --git a/third_party/WebKit/Source/core/frame/FrameSerializer.cpp b/third_party/WebKit/Source/core/frame/FrameSerializer.cpp |
index d3e096347968b6d15a1868db0bd7693bed420a30..3837422d3afcc0ad635615a6129d379f08d9aaa5 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameSerializer.cpp |
+++ b/third_party/WebKit/Source/core/frame/FrameSerializer.cpp |
@@ -47,7 +47,6 @@ |
#include "core/dom/Element.h" |
#include "core/dom/Text.h" |
#include "core/editing/serializers/MarkupAccumulator.h" |
-#include "core/fetch/ImageResourceContent.h" |
#include "core/frame/LocalFrame.h" |
#include "core/html/HTMLFrameElementBase.h" |
#include "core/html/HTMLImageElement.h" |
@@ -57,6 +56,7 @@ |
#include "core/html/HTMLStyleElement.h" |
#include "core/html/ImageDocument.h" |
#include "core/loader/resource/FontResource.h" |
+#include "core/loader/resource/ImageResourceContent.h" |
#include "core/style/StyleFetchedImage.h" |
#include "core/style/StyleImage.h" |
#include "platform/Histogram.h" |