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

Unified Diff: Source/core/editing/DOMSelection.cpp

Issue 467503002: Move DOMSelection.[cpp/h] from core/page to core/editing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « Source/core/editing/DOMSelection.h ('k') | Source/core/editing/Selection.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/DOMSelection.cpp
diff --git a/Source/core/page/DOMSelection.cpp b/Source/core/editing/DOMSelection.cpp
similarity index 99%
rename from Source/core/page/DOMSelection.cpp
rename to Source/core/editing/DOMSelection.cpp
index 1f042da605830ce0cbbf972fcfa962b2717481f3..f26bb6f6a32433258926d4458eb4c45b6c081aaf 100644
--- a/Source/core/page/DOMSelection.cpp
+++ b/Source/core/editing/DOMSelection.cpp
@@ -29,7 +29,7 @@
#include "config.h"
-#include "core/page/DOMSelection.h"
+#include "core/editing/DOMSelection.h"
#include "bindings/core/v8/ExceptionMessages.h"
#include "bindings/core/v8/ExceptionState.h"
« no previous file with comments | « Source/core/editing/DOMSelection.h ('k') | Source/core/editing/Selection.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698