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

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

Issue 64713002: Move KillRing to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: nits Created 7 years, 1 month 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/platform/KillRing.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 9661fa271bb62455cf4c6c531ac80b410715ecf6..451d561880b2d413515d2a1c786652994e1c9a4f 100644
--- a/Source/core/editing/EditorCommand.cpp
+++ b/Source/core/editing/EditorCommand.cpp
@@ -56,10 +56,10 @@
#include "core/frame/FrameView.h"
#include "core/page/Page.h"
#include "core/page/Settings.h"
-#include "core/platform/KillRing.h"
#include "core/platform/Pasteboard.h"
#include "core/platform/Scrollbar.h"
#include "core/rendering/RenderBox.h"
+#include "platform/KillRing.h"
#include "wtf/text/AtomicString.h"
namespace WebCore {
« no previous file with comments | « Source/core/editing/Editor.cpp ('k') | Source/core/platform/KillRing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698