| Index: third_party/WebKit/Source/core/html/parser/CSSPreloadScannerTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/CSSPreloadScannerTest.cpp b/third_party/WebKit/Source/core/html/parser/CSSPreloadScannerTest.cpp
|
| index e9ad6f5766cc77f09fa3efb71939587959588073..130c77e4e6daf0239af60349381ffc3b5ad13756 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/CSSPreloadScannerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/CSSPreloadScannerTest.cpp
|
| @@ -4,13 +4,13 @@
|
|
|
| #include "core/html/parser/CSSPreloadScanner.h"
|
|
|
| -#include "core/fetch/FetchContext.h"
|
| -#include "core/fetch/Resource.h"
|
| -#include "core/fetch/ResourceFetcher.h"
|
| #include "core/frame/Settings.h"
|
| #include "core/html/parser/HTMLResourcePreloader.h"
|
| #include "core/testing/DummyPageHolder.h"
|
| #include "platform/heap/Heap.h"
|
| +#include "platform/loader/fetch/FetchContext.h"
|
| +#include "platform/loader/fetch/Resource.h"
|
| +#include "platform/loader/fetch/ResourceFetcher.h"
|
| #include "platform/network/ResourceError.h"
|
| #include "platform/network/ResourceRequest.h"
|
| #include "platform/weborigin/KURL.h"
|
|
|