| Index: third_party/WebKit/Source/web/tests/TextFinderTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/TextFinderTest.cpp b/third_party/WebKit/Source/web/tests/TextFinderTest.cpp
|
| index 1236042871408cf5b447a0918e89dff48adf5688..3c3cf1a9c4c7c8a75cea59aa08c077105b8a21f4 100644
|
| --- a/third_party/WebKit/Source/web/tests/TextFinderTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/TextFinderTest.cpp
|
| @@ -9,6 +9,7 @@
|
| #include "core/dom/NodeList.h"
|
| #include "core/dom/Range.h"
|
| #include "core/dom/shadow/ShadowRoot.h"
|
| +#include "core/editing/FindInPageCoordinates.h"
|
| #include "core/frame/FrameView.h"
|
| #include "core/frame/VisualViewport.h"
|
| #include "core/html/HTMLElement.h"
|
| @@ -19,7 +20,6 @@
|
| #include "public/platform/Platform.h"
|
| #include "public/web/WebDocument.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "web/FindInPageCoordinates.h"
|
| #include "web/WebLocalFrameImpl.h"
|
| #include "web/tests/FrameTestHelpers.h"
|
|
|
|
|