Index: third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp |
diff --git a/third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp b/third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp |
index 3d2e77746b5fb78038c931c12b33b2cb63d43a94..cd27b864c53c3e54506ea2dab6540d7c66b8192c 100644 |
--- a/third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp |
+++ b/third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp |
@@ -8,7 +8,6 @@ |
#include "core/css/CSSFontFace.h" |
#include "core/css/CSSFontSelector.h" |
#include "core/dom/Document.h" |
-#include "core/fetch/ResourceFetcher.h" |
#include "core/inspector/ConsoleMessage.h" |
#include "core/loader/FrameLoaderClient.h" |
#include "core/page/NetworkStateNotifier.h" |
@@ -17,6 +16,7 @@ |
#include "platform/fonts/FontCache.h" |
#include "platform/fonts/FontDescription.h" |
#include "platform/fonts/SimpleFontData.h" |
+#include "platform/loader/fetch/ResourceFetcher.h" |
#include "platform/network/ResourceLoadPriority.h" |
#include "public/platform/WebEffectiveConnectionType.h" |
#include "wtf/CurrentTime.h" |