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

Unified Diff: Source/core/editing/Editor.h

Issue 584023005: Clean up forward declarations in Source/core/editing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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/editing/EditingStyle.h ('k') | Source/core/editing/FrameSelection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/Editor.h
diff --git a/Source/core/editing/Editor.h b/Source/core/editing/Editor.h
index 4008c057e7b4c601d9184f38cec3514b46b3333b..a5c7ff7cf9931d5e08746be248d688af3a28c89b 100644
--- a/Source/core/editing/Editor.h
+++ b/Source/core/editing/Editor.h
@@ -42,21 +42,15 @@
namespace blink {
class CompositeEditCommand;
-class DataTransfer;
-class EditCommand;
class EditCommandComposition;
class EditorClient;
class EditorInternalCommand;
class LocalFrame;
-class HTMLElement;
class HitTestResult;
class KillRing;
class Pasteboard;
-class SharedBuffer;
-class SimpleFontData;
class SpellChecker;
class StylePropertySet;
-class Text;
class TextEvent;
class UndoStack;
« no previous file with comments | « Source/core/editing/EditingStyle.h ('k') | Source/core/editing/FrameSelection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698