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

Unified Diff: Source/core/editing/markers/DocumentMarker.cpp

Issue 1293683003: Move DocumentMarker related files to editing/markers/ from dom/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-08-14T22:49:39 Rebase Created 5 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
Index: Source/core/editing/markers/DocumentMarker.cpp
diff --git a/Source/core/dom/DocumentMarker.cpp b/Source/core/editing/markers/DocumentMarker.cpp
similarity index 99%
rename from Source/core/dom/DocumentMarker.cpp
rename to Source/core/editing/markers/DocumentMarker.cpp
index b832cb6f9cd3e597f49d6fc469e43626ae6a805d..90933b4a7a3094dd0f81d99e823266c5ff0c8a10 100644
--- a/Source/core/dom/DocumentMarker.cpp
+++ b/Source/core/editing/markers/DocumentMarker.cpp
@@ -29,7 +29,7 @@
*/
#include "config.h"
-#include "core/dom/DocumentMarker.h"
+#include "core/editing/markers/DocumentMarker.h"
namespace blink {
« no previous file with comments | « Source/core/editing/markers/DocumentMarker.h ('k') | Source/core/editing/markers/DocumentMarkerController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698