| Index: third_party/WebKit/Source/core/html/LinkStyle.h
|
| diff --git a/third_party/WebKit/Source/core/html/LinkStyle.h b/third_party/WebKit/Source/core/html/LinkStyle.h
|
| index 16b099fa97f0128fe7526bdb0bc4ee6469bd5522..99dfded0848bcaef36d068d8f2b22f325297af22 100644
|
| --- a/third_party/WebKit/Source/core/html/LinkStyle.h
|
| +++ b/third_party/WebKit/Source/core/html/LinkStyle.h
|
| @@ -7,10 +7,10 @@
|
|
|
| #include "core/dom/Node.h"
|
| #include "core/dom/StyleEngine.h"
|
| -#include "core/fetch/ResourceOwner.h"
|
| #include "core/html/LinkResource.h"
|
| #include "core/loader/resource/StyleSheetResource.h"
|
| #include "core/loader/resource/StyleSheetResourceClient.h"
|
| +#include "platform/loader/fetch/ResourceOwner.h"
|
|
|
| namespace blink {
|
|
|
|
|