| 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 19b1f74c91f24810ca8cb008e1a5e5ee7b52fb19..903983eacf9d585c4d82669041e629af7b152bb4 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -34,6 +34,7 @@
|
| #include "core/editing/VisiblePosition.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "platform/geometry/FloatRect.h"
|
| +#include "platform/heap/SelfKeepAlive.h"
|
| #include "public/platform/WebFileSystemType.h"
|
| #include "public/web/WebFrameWidget.h"
|
| #include "public/web/WebLocalFrame.h"
|
| @@ -43,7 +44,6 @@
|
| #include "web/WebFrameImplBase.h"
|
| #include "wtf/Compiler.h"
|
| #include "wtf/OwnPtr.h"
|
| -#include "wtf/RefCounted.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|