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

Unified Diff: third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h

Issue 2925513002: Clean up includes in TextIteratorTextState.h/cpp (Closed)
Patch Set: Mon Jun 5 12:14:41 PDT 2017 Created 3 years, 6 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 | « no previous file | third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h
diff --git a/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h b/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h
index e940484e5313eb882c2a961c790f793f20ff1e0b..1bfbdbd5e87abe7af92e6ffb06843186136c9400 100644
--- a/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h
+++ b/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.h
@@ -26,10 +26,9 @@
#ifndef TextIteratorTextState_h
#define TextIteratorTextState_h
-#include "base/macros.h"
#include "core/CoreExport.h"
-#include "core/dom/Range.h"
#include "core/editing/iterators/ForwardsTextBuffer.h"
+#include "platform/heap/Handle.h"
#include "platform/wtf/text/WTFString.h"
namespace blink {
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/iterators/TextIteratorTextState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698