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

Unified Diff: Source/core/editing/EditorCommand.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/Editor.cpp ('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/EditorCommand.cpp
diff --git a/Source/core/editing/EditorCommand.cpp b/Source/core/editing/EditorCommand.cpp
index be872ed683240aaa840da53cbd265ca25dbff0a0..c322e57401734e770b05c85af74f9d0d96a9a80a 100644
--- a/Source/core/editing/EditorCommand.cpp
+++ b/Source/core/editing/EditorCommand.cpp
@@ -48,18 +48,18 @@
#include "HTMLNames.h"
#include "IndentOutdentCommand.h"
#include "InsertListCommand.h"
-#include "KillRing.h"
#include "Page.h"
-#include "Pasteboard.h"
#include "RenderBox.h"
#include "ReplaceSelectionCommand.h"
-#include "Scrollbar.h"
#include "Settings.h"
-#include "Sound.h"
#include "StylePropertySet.h"
#include "TypingCommand.h"
#include "UnlinkCommand.h"
#include "UserTypingGestureIndicator.h"
+#include "core/platform/KillRing.h"
+#include "core/platform/Pasteboard.h"
+#include "core/platform/Scrollbar.h"
+#include "core/platform/Sound.h"
#include "htmlediting.h"
#include "markup.h"
#include <wtf/text/AtomicString.h>
« no previous file with comments | « Source/core/editing/Editor.cpp ('k') | Source/core/editing/FrameSelection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698