| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index d8e9cc2d44feaec89638cc636ad68aea70ffa36f..0c15266f508d49eecb85055c5b42e557e4152857 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -111,6 +111,7 @@
|
| #include "core/dom/shadow/ShadowRoot.h"
|
| #include "core/editing/EditingUtilities.h"
|
| #include "core/editing/Editor.h"
|
| +#include "core/editing/FindInPageCoordinates.h"
|
| #include "core/editing/FrameSelection.h"
|
| #include "core/editing/InputMethodController.h"
|
| #include "core/editing/PlainTextRange.h"
|
| @@ -219,7 +220,6 @@
|
| #include "public/web/WebTreeScopeType.h"
|
| #include "skia/ext/platform_canvas.h"
|
| #include "web/CompositionUnderlineVectorBuilder.h"
|
| -#include "web/FindInPageCoordinates.h"
|
| #include "web/RemoteFrameOwner.h"
|
| #include "web/SharedWorkerRepositoryClientImpl.h"
|
| #include "web/SuspendableScriptExecutor.h"
|
|
|