Index: third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp b/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp |
index dadd454a33048ac234b9b86e0087c94b60fb76b8..c5964b9ff3879bcd1b5b8cf9cdedc3726e0ddf45 100644 |
--- a/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp |
@@ -34,6 +34,7 @@ |
#include <string> |
#include "core/dom/Element.h" |
#include "core/events/KeyboardEvent.h" |
+#include "core/exported/WebViewBase.h" |
#include "core/frame/EventHandlerRegistry.h" |
#include "core/layout/LayoutObject.h" |
#include "core/page/Page.h" |
@@ -64,7 +65,6 @@ |
#include "testing/gtest/include/gtest/gtest.h" |
#include "web/WebLocalFrameImpl.h" |
#include "web/WebPluginContainerImpl.h" |
-#include "web/WebViewImpl.h" |
#include "web/tests/FakeWebPlugin.h" |
#include "web/tests/FrameTestHelpers.h" |