| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index 832a511e0485052b894fc45c2c29d0a892bcc36b..c3f38800dfa2c78a6c8d146c4eb55e6b70c73c22 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef WebLocalFrameImpl_h
|
| #define WebLocalFrameImpl_h
|
|
|
| +#include <memory>
|
| #include "core/editing/VisiblePosition.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "platform/geometry/FloatRect.h"
|
| @@ -45,7 +46,6 @@
|
| #include "web/WebInputMethodControllerImpl.h"
|
| #include "wtf/Compiler.h"
|
| #include "wtf/text/WTFString.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
| @@ -416,7 +416,6 @@ class WEB_EXPORT WebLocalFrameImpl final
|
| void setContextMenuNode(Node* node) { m_contextMenuNode = node; }
|
| void clearContextMenuNode() { m_contextMenuNode.clear(); }
|
|
|
| -
|
| DECLARE_TRACE();
|
|
|
| private:
|
|
|