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

Unified Diff: Source/core/editing/markers/DocumentMarkerController.h

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/DocumentMarkerController.h
diff --git a/Source/core/dom/DocumentMarkerController.h b/Source/core/editing/markers/DocumentMarkerController.h
similarity index 99%
rename from Source/core/dom/DocumentMarkerController.h
rename to Source/core/editing/markers/DocumentMarkerController.h
index 20d0e910d9d1d4dbcc0d0115552310db8a79b352..b30e40571f46c2837a8ae89df2c9a707884088a3 100644
--- a/Source/core/dom/DocumentMarkerController.h
+++ b/Source/core/editing/markers/DocumentMarkerController.h
@@ -28,8 +28,8 @@
#define DocumentMarkerController_h
#include "core/CoreExport.h"
-#include "core/dom/DocumentMarker.h"
#include "core/editing/iterators/TextIterator.h"
+#include "core/editing/markers/DocumentMarker.h"
#include "platform/geometry/IntRect.h"
#include "platform/heap/Handle.h"
#include "wtf/HashMap.h"
« no previous file with comments | « Source/core/editing/markers/DocumentMarker.cpp ('k') | Source/core/editing/markers/DocumentMarkerController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698