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

Unified Diff: Source/core/dom/RenderedDocumentMarker.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-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
« no previous file with comments | « Source/core/dom/Node.cpp ('k') | Source/core/editing/CompositeEditCommand.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/RenderedDocumentMarker.h
diff --git a/Source/core/dom/RenderedDocumentMarker.h b/Source/core/dom/RenderedDocumentMarker.h
index 1edb9dd4309d8b44ae718c75a4d15cd99793f92b..cdbc6feaf36faa21dbb53d19a07c9d07684c7899 100644
--- a/Source/core/dom/RenderedDocumentMarker.h
+++ b/Source/core/dom/RenderedDocumentMarker.h
@@ -27,7 +27,7 @@
#ifndef RenderedDocumentMarker_h
#define RenderedDocumentMarker_h
-#include "core/dom/DocumentMarker.h"
+#include "core/editing/DocumentMarker.h"
#include "platform/geometry/LayoutRect.h"
namespace blink {
« no previous file with comments | « Source/core/dom/Node.cpp ('k') | Source/core/editing/CompositeEditCommand.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698