| Index: third_party/WebKit/Source/core/html/LinkResource.h
|
| diff --git a/third_party/WebKit/Source/core/html/LinkResource.h b/third_party/WebKit/Source/core/html/LinkResource.h
|
| index 206ef6d40f2f7d177008e270013c0805ec69c715..3bd5ab9223cec98cc107d1855a6c650ed18070bb 100644
|
| --- a/third_party/WebKit/Source/core/html/LinkResource.h
|
| +++ b/third_party/WebKit/Source/core/html/LinkResource.h
|
| @@ -32,8 +32,8 @@
|
| #define LinkResource_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "core/fetch/FetchRequest.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/loader/fetch/FetchRequest.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
|
|