| Index: third_party/WebKit/Source/core/html/HTMLLinkElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLLinkElement.h b/third_party/WebKit/Source/core/html/HTMLLinkElement.h
|
| index e5fb1686dd1dd085577c335b96942e8ee5b570a7..9ec6184b916fff29b5220cec459350857b6e21f0 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLinkElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.h
|
| @@ -24,7 +24,7 @@
|
| #ifndef HTMLLinkElement_h
|
| #define HTMLLinkElement_h
|
|
|
| -#include "bindings/core/v8/TraceWrapperMember.h"
|
| +#include <memory>
|
| #include "core/CoreExport.h"
|
| #include "core/dom/DOMTokenList.h"
|
| #include "core/dom/IncrementLoadEventDelayCount.h"
|
| @@ -36,7 +36,7 @@
|
| #include "core/loader/LinkLoader.h"
|
| #include "core/loader/LinkLoaderClient.h"
|
| #include "platform/WebTaskRunner.h"
|
| -#include <memory>
|
| +#include "platform/bindings/TraceWrapperMember.h"
|
|
|
| namespace blink {
|
|
|
|
|