Index: third_party/WebKit/Source/web/TextCheckerClientImpl.cpp |
diff --git a/third_party/WebKit/Source/web/TextCheckerClientImpl.cpp b/third_party/WebKit/Source/web/TextCheckerClientImpl.cpp |
index 4ed772fe36dcc3e12b5bfec9da066ed7245c54fe..4c2a782dec878584eeb51c97d2964184eed1a14b 100644 |
--- a/third_party/WebKit/Source/web/TextCheckerClientImpl.cpp |
+++ b/third_party/WebKit/Source/web/TextCheckerClientImpl.cpp |
@@ -3,11 +3,11 @@ |
// found in the LICENSE file. |
#include "web/TextCheckerClientImpl.h" |
+#include "core/exported/WebViewBase.h" |
#include "public/web/WebTextCheckClient.h" |
#include "public/web/WebTextCheckingResult.h" |
#include "web/WebLocalFrameImpl.h" |
#include "web/WebTextCheckingCompletionImpl.h" |
-#include "web/WebViewImpl.h" |
namespace blink { |