| 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 70f0c3b57fab7523063e5a5505ad640de2536467..ca254e321723e26606b96cd6c1dd8c982d7b3995 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/ContentSettingsClient.h"
|
| #include "core/frame/LocalFrame.h"
|
| +#include "core/frame/WebFrameWidgetBase.h"
|
| #include "core/frame/WebLocalFrameBase.h"
|
| #include "platform/geometry/FloatRect.h"
|
| #include "platform/heap/SelfKeepAlive.h"
|
| @@ -44,7 +45,6 @@
|
| #include "web/LocalFrameClientImpl.h"
|
| #include "web/UserMediaClientImpl.h"
|
| #include "web/WebExport.h"
|
| -#include "web/WebFrameWidgetBase.h"
|
| #include "web/WebInputMethodControllerImpl.h"
|
|
|
| #include <memory>
|
|
|