| Index: third_party/WebKit/Source/core/html/LinkRelAttribute.h
|
| diff --git a/third_party/WebKit/Source/core/html/LinkRelAttribute.h b/third_party/WebKit/Source/core/html/LinkRelAttribute.h
|
| index 0d2e7d51810dc817bb363eb287b803573dbbea36..5eeaf75a32d56218cef9fc31c6556e5f77173fb8 100644
|
| --- a/third_party/WebKit/Source/core/html/LinkRelAttribute.h
|
| +++ b/third_party/WebKit/Source/core/html/LinkRelAttribute.h
|
| @@ -34,8 +34,8 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/dom/IconURL.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|