| Index: third_party/WebKit/Source/web/LinkHighlightImpl.h
|
| diff --git a/third_party/WebKit/Source/web/LinkHighlightImpl.h b/third_party/WebKit/Source/web/LinkHighlightImpl.h
|
| index b9eecac23b84a9498ce7a3de58d36e4fb2387e5a..850619a7cd02d447023c66d8bcee3c41b19b049d 100644
|
| --- a/third_party/WebKit/Source/web/LinkHighlightImpl.h
|
| +++ b/third_party/WebKit/Source/web/LinkHighlightImpl.h
|
| @@ -26,6 +26,7 @@
|
| #ifndef LinkHighlightImpl_h
|
| #define LinkHighlightImpl_h
|
|
|
| +#include <memory>
|
| #include "platform/animation/CompositorAnimationDelegate.h"
|
| #include "platform/animation/CompositorAnimationPlayer.h"
|
| #include "platform/animation/CompositorAnimationPlayerClient.h"
|
| @@ -36,7 +37,6 @@
|
| #include "public/platform/WebContentLayerClient.h"
|
| #include "web/WebExport.h"
|
| #include "wtf/Forward.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|