| 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..c4d0954c8d4b03cf466a7c4faed2c0286558ffbf 100644
|
| --- a/third_party/WebKit/Source/web/LinkHighlightImpl.h
|
| +++ b/third_party/WebKit/Source/web/LinkHighlightImpl.h
|
| @@ -26,17 +26,17 @@
|
| #ifndef LinkHighlightImpl_h
|
| #define LinkHighlightImpl_h
|
|
|
| +#include <memory>
|
| #include "platform/animation/CompositorAnimationDelegate.h"
|
| #include "platform/animation/CompositorAnimationPlayer.h"
|
| #include "platform/animation/CompositorAnimationPlayerClient.h"
|
| #include "platform/graphics/LinkHighlight.h"
|
| #include "platform/graphics/Path.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/wtf/Forward.h"
|
| #include "public/platform/WebContentLayer.h"
|
| #include "public/platform/WebContentLayerClient.h"
|
| #include "web/WebExport.h"
|
| -#include "wtf/Forward.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|