Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(293)

Unified Diff: third_party/WebKit/Source/core/editing/FindInPageCoordinates.cpp

Issue 2828493003: Move FindInPagesCoordinates.* from web/ -> core/editing/. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/editing/FindInPageCoordinates.cpp
diff --git a/third_party/WebKit/Source/web/FindInPageCoordinates.cpp b/third_party/WebKit/Source/core/editing/FindInPageCoordinates.cpp
similarity index 99%
rename from third_party/WebKit/Source/web/FindInPageCoordinates.cpp
rename to third_party/WebKit/Source/core/editing/FindInPageCoordinates.cpp
index e84c7c7a1e5db000ca0b9c9ad9bd98ad6a9fe419..f09f593b58fefd3e0cc77bdbd5a08c49fa9b5d21 100644
--- a/third_party/WebKit/Source/web/FindInPageCoordinates.cpp
+++ b/third_party/WebKit/Source/core/editing/FindInPageCoordinates.cpp
@@ -28,7 +28,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "web/FindInPageCoordinates.h"
+#include "core/editing/FindInPageCoordinates.h"
#include "core/dom/Node.h"
#include "core/dom/Range.h"
« no previous file with comments | « third_party/WebKit/Source/core/editing/FindInPageCoordinates.h ('k') | third_party/WebKit/Source/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698