| 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 fff4d0ff1f06dddaa9ea1fd733b27f9cca90a0ca..0f221f7048a4dc30a633cebef07fccf83bf7d3bb 100644
|
| --- a/third_party/WebKit/Source/core/html/LinkStyle.h
|
| +++ b/third_party/WebKit/Source/core/html/LinkStyle.h
|
| @@ -8,9 +8,9 @@
|
| #include "core/dom/Node.h"
|
| #include "core/dom/StyleEngine.h"
|
| #include "core/fetch/ResourceOwner.h"
|
| -#include "core/fetch/StyleSheetResource.h"
|
| -#include "core/fetch/StyleSheetResourceClient.h"
|
| #include "core/html/LinkResource.h"
|
| +#include "core/loader/resource/StyleSheetResource.h"
|
| +#include "core/loader/resource/StyleSheetResourceClient.h"
|
|
|
| namespace blink {
|
|
|
|
|