| Index: third_party/WebKit/Source/core/dom/ProcessingInstruction.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ProcessingInstruction.h b/third_party/WebKit/Source/core/dom/ProcessingInstruction.h
|
| index a9f84450ce1bcbb128b5fadc1b5247b6c0155a0c..d74df938fbf77b9eca76721fa107c0c2e61adc29 100644
|
| --- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.h
|
| +++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.h
|
| @@ -25,8 +25,8 @@
|
| #include "core/dom/CharacterData.h"
|
| #include "core/dom/StyleEngineContext.h"
|
| #include "core/fetch/ResourceOwner.h"
|
| -#include "core/fetch/StyleSheetResource.h"
|
| -#include "core/fetch/StyleSheetResourceClient.h"
|
| +#include "core/loader/resource/StyleSheetResource.h"
|
| +#include "core/loader/resource/StyleSheetResourceClient.h"
|
|
|
| namespace blink {
|
|
|
|
|