| Index: third_party/WebKit/Source/web/ExternalPopupMenuTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/ExternalPopupMenuTest.cpp b/third_party/WebKit/Source/web/ExternalPopupMenuTest.cpp
|
| index 86c98d2c9a8c45eb71a5260195ffa73b6fcfee86..a6a582d3dfae4adbffd0a61bc094d61d9256d458 100644
|
| --- a/third_party/WebKit/Source/web/ExternalPopupMenuTest.cpp
|
| +++ b/third_party/WebKit/Source/web/ExternalPopupMenuTest.cpp
|
| @@ -8,6 +8,7 @@
|
| #include "core/HTMLNames.h"
|
| #include "core/dom/NodeComputedStyle.h"
|
| #include "core/frame/VisualViewport.h"
|
| +#include "core/frame/WebLocalFrameBase.h"
|
| #include "core/html/HTMLSelectElement.h"
|
| #include "core/layout/LayoutMenuList.h"
|
| #include "core/page/Page.h"
|
| @@ -21,7 +22,6 @@
|
| #include "public/web/WebPopupMenuInfo.h"
|
| #include "public/web/WebSettings.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "web/WebLocalFrameImpl.h"
|
| #include "web/tests/FrameTestHelpers.h"
|
|
|
| namespace blink {
|
| @@ -127,7 +127,7 @@ class ExternalPopupMenuTest : public ::testing::Test {
|
| const ExternalPopupMenuWebFrameClient& Client() const {
|
| return web_frame_client_;
|
| }
|
| - WebLocalFrameImpl* MainFrame() const {
|
| + WebLocalFrameBase* MainFrame() const {
|
| return helper_.WebView()->MainFrameImpl();
|
| }
|
|
|
|
|