Index: third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp b/third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp |
index c629d5fb00afcad0b13748d59a35f75f9abfd762..c3100c96203f24a5bac91ec018c22a1fc9b0eca9 100644 |
--- a/third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp |
@@ -5,6 +5,7 @@ |
#include "core/dom/Document.h" |
#include "core/dom/Element.h" |
#include "core/dom/Node.h" |
+#include "core/frame/WebLocalFrameBase.h" |
#include "core/html/HTMLElement.h" |
#include "platform/testing/URLTestHelpers.h" |
#include "platform/testing/UnitTestHelpers.h" |
@@ -13,7 +14,6 @@ |
#include "public/platform/WebURLLoaderMockFactory.h" |
#include "public/web/WebDocument.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include "web/WebLocalFrameImpl.h" |
#include "web/tests/FrameTestHelpers.h" |
using blink::FrameTestHelpers::LoadFrame; |