Index: third_party/WebKit/Source/web/WebInputMethodControllerImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebInputMethodControllerImpl.cpp b/third_party/WebKit/Source/web/WebInputMethodControllerImpl.cpp |
index b1ed72e6131dbd161b54a432dfae687ec0b34b55..c26b860f0cffcc7377c6ca42ef935300379d1eef 100644 |
--- a/third_party/WebKit/Source/web/WebInputMethodControllerImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebInputMethodControllerImpl.cpp |
@@ -13,7 +13,6 @@ |
#include "core/editing/FrameSelection.h" |
#include "core/editing/InputMethodController.h" |
#include "core/editing/PlainTextRange.h" |
-#include "core/exported/WebPluginContainerBase.h" |
#include "core/frame/LocalFrame.h" |
#include "core/page/FocusController.h" |
#include "core/page/Page.h" |
@@ -22,6 +21,7 @@ |
#include "public/web/WebPlugin.h" |
#include "public/web/WebRange.h" |
#include "web/WebLocalFrameImpl.h" |
+#include "web/WebPluginContainerImpl.h" |
namespace blink { |
@@ -158,7 +158,7 @@ |
WebPlugin* WebInputMethodControllerImpl::FocusedPluginIfInputMethodSupported() |
const { |
- WebPluginContainerBase* container = |
+ WebPluginContainerImpl* container = |
WebLocalFrameImpl::CurrentPluginContainer(GetFrame()); |
if (container && container->SupportsInputMethod()) |
return container->Plugin(); |