| Index: third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| index ba90b82aa70e5e3e32e3a4f5ed2fca29cdde0e33..1621661c97c75fe97f2e3a94a6a08ac8790539d8 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| @@ -36,7 +36,6 @@
|
| #include "core/fetch/CSSStyleSheetResource.h"
|
| #include "core/fetch/FetchInitiatorTypeNames.h"
|
| #include "core/fetch/FetchRequest.h"
|
| -#include "core/fetch/FontResource.h"
|
| #include "core/fetch/ImageResource.h"
|
| #include "core/fetch/MemoryCache.h"
|
| #include "core/fetch/ResourceFetcher.h"
|
| @@ -57,6 +56,7 @@
|
| #include "core/loader/NetworkHintsInterface.h"
|
| #include "core/loader/ProgressTracker.h"
|
| #include "core/loader/appcache/ApplicationCacheHost.h"
|
| +#include "core/loader/resource/FontResource.h"
|
| #include "core/loader/resource/ScriptResource.h"
|
| #include "core/page/FrameTree.h"
|
| #include "core/page/Page.h"
|
|
|