| Index: third_party/WebKit/Source/platform/loader/LinkHeader.h
|
| diff --git a/third_party/WebKit/Source/platform/loader/LinkHeader.h b/third_party/WebKit/Source/platform/loader/LinkHeader.h
|
| index 3a7c498a57fb022593108dd6bfbdb76a12ac7696..1132e036593f0cf581a427dd04cdce7f35a952ee 100644
|
| --- a/third_party/WebKit/Source/platform/loader/LinkHeader.h
|
| +++ b/third_party/WebKit/Source/platform/loader/LinkHeader.h
|
| @@ -6,8 +6,8 @@
|
| #define LinkHeader_h
|
|
|
| #include "platform/PlatformExport.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|