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

Unified Diff: Source/core/editing/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-14T15:39:22 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/DocumentMarker.cpp
diff --git a/Source/core/dom/DocumentMarker.cpp b/Source/core/editing/DocumentMarker.cpp
similarity index 99%
rename from Source/core/dom/DocumentMarker.cpp
rename to Source/core/editing/DocumentMarker.cpp
index b832cb6f9cd3e597f49d6fc469e43626ae6a805d..8e6d4187c26cd752ed190fa0d4bb6a26960f754b 100644
--- a/Source/core/dom/DocumentMarker.cpp
+++ b/Source/core/editing/DocumentMarker.cpp
@@ -29,7 +29,7 @@
*/
#include "config.h"
-#include "core/dom/DocumentMarker.h"
+#include "core/editing/DocumentMarker.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698