| Index: third_party/WebKit/Source/web/TextFinder.cpp
|
| diff --git a/third_party/WebKit/Source/web/TextFinder.cpp b/third_party/WebKit/Source/web/TextFinder.cpp
|
| index bf226016dd7323642c6a7c3a72d02176005ab532..905d4bd3fbbe0c03fda14907e39deecf4dbab89e 100644
|
| --- a/third_party/WebKit/Source/web/TextFinder.cpp
|
| +++ b/third_party/WebKit/Source/web/TextFinder.cpp
|
| @@ -34,6 +34,7 @@
|
| #include "core/dom/TaskRunnerHelper.h"
|
| #include "core/dom/shadow/ShadowRoot.h"
|
| #include "core/editing/Editor.h"
|
| +#include "core/editing/FindInPageCoordinates.h"
|
| #include "core/editing/VisibleSelection.h"
|
| #include "core/editing/iterators/SearchBuffer.h"
|
| #include "core/editing/markers/DocumentMarker.h"
|
| @@ -52,7 +53,6 @@
|
| #include "public/web/WebFindOptions.h"
|
| #include "public/web/WebFrameClient.h"
|
| #include "public/web/WebViewClient.h"
|
| -#include "web/FindInPageCoordinates.h"
|
| #include "web/WebLocalFrameImpl.h"
|
| #include "web/WebViewImpl.h"
|
|
|
|
|