| Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| index 8a687b75995b91133e4d27afa39a57afd308e8fd..17fb9d43bab8579fc76fbb1587167cbb45598619 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| @@ -42,6 +42,7 @@
|
| #include "core/events/WebInputEventConversion.h"
|
| #include "core/exported/WebPluginContainerBase.h"
|
| #include "core/exported/WebViewBase.h"
|
| +#include "core/frame/ContextMenuAllowedScope.h"
|
| #include "core/frame/FrameView.h"
|
| #include "core/frame/RemoteFrame.h"
|
| #include "core/frame/Settings.h"
|
| @@ -69,7 +70,6 @@
|
| #include "web/AnimationWorkletProxyClientImpl.h"
|
| #include "web/CompositorMutatorImpl.h"
|
| #include "web/CompositorWorkerProxyClientImpl.h"
|
| -#include "web/ContextMenuAllowedScope.h"
|
| #include "web/WebDevToolsAgentImpl.h"
|
| #include "web/WebInputMethodControllerImpl.h"
|
| #include "web/WebLocalFrameImpl.h"
|
|
|