| Index: third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.h b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| index 78f16c90c4e72bef29f1a732170b2e96ff403a5c..925f764009e367c333506587425a0e4e8d0efa6a 100644
|
| --- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| +++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| @@ -5,10 +5,10 @@
|
| #ifndef WebViewFrameWidget_h
|
| #define WebViewFrameWidget_h
|
|
|
| +#include "core/frame/WebFrameWidgetBase.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/Noncopyable.h"
|
| #include "platform/wtf/RefPtr.h"
|
| -#include "web/WebFrameWidgetBase.h"
|
| #include "web/WebInputMethodControllerImpl.h"
|
| #include "web/WebLocalFrameImpl.h"
|
|
|
|
|