| Index: third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.h b/third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.h
|
| index 9cb8670c0c976d9ffc6579a3997bf62be6420ce6..bab368c3cdcce68cf0445ecfa12910285d549d5f 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.h
|
| @@ -27,11 +27,11 @@
|
| #ifndef CSSPreloadScanner_h
|
| #define CSSPreloadScanner_h
|
|
|
| -#include "core/fetch/CSSStyleSheetResource.h"
|
| #include "core/fetch/ResourceOwner.h"
|
| -#include "core/fetch/StyleSheetResourceClient.h"
|
| #include "core/html/parser/HTMLToken.h"
|
| #include "core/html/parser/PreloadRequest.h"
|
| +#include "core/loader/resource/CSSStyleSheetResource.h"
|
| +#include "core/loader/resource/StyleSheetResourceClient.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/text/StringBuilder.h"
|
|
|
|
|