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

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

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu Created 7 years, 8 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/AlternativeTextController.h ('k') | Source/core/editing/EditorCommand.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/Editor.cpp
diff --git a/Source/core/editing/Editor.cpp b/Source/core/editing/Editor.cpp
index f9904bbf89b4c0541787e29572356c9e850d58fc..7a690a796b7d8b46a0aaabc470faff8bfdf6e256 100644
--- a/Source/core/editing/Editor.cpp
+++ b/Source/core/editing/Editor.cpp
@@ -59,12 +59,10 @@
#include "IndentOutdentCommand.h"
#include "InsertListCommand.h"
#include "KeyboardEvent.h"
-#include "KillRing.h"
#include "ModifySelectionListLevel.h"
#include "NodeList.h"
#include "NodeTraversal.h"
#include "Page.h"
-#include "Pasteboard.h"
#include "RemoveFormatCommand.h"
#include "RenderBlock.h"
#include "RenderPart.h"
@@ -74,7 +72,6 @@
#include "Settings.h"
#include "ShadowRoot.h"
#include "SimplifyMarkupCommand.h"
-#include "Sound.h"
#include "SpellChecker.h"
#include "SpellingCorrectionCommand.h"
#include "StylePropertySet.h"
@@ -87,6 +84,9 @@
#include "UserTypingGestureIndicator.h"
#include "VisibleUnits.h"
#include "core/accessibility/AXObjectCache.h"
+#include "core/platform/KillRing.h"
+#include "core/platform/Pasteboard.h"
+#include "core/platform/Sound.h"
#include "core/platform/graphics/GraphicsContext.h"
#include "core/platform/text/TextCheckerClient.h"
#include "htmlediting.h"
« no previous file with comments | « Source/core/editing/AlternativeTextController.h ('k') | Source/core/editing/EditorCommand.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698