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/commands/EditCommand.h

Issue 1294543005: Move execCommand related files in core/editing/ related files into core/editing/commands/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-08-17T17:57:33 Created 5 years, 4 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
Index: Source/core/editing/commands/EditCommand.h
diff --git a/Source/core/editing/EditCommand.h b/Source/core/editing/commands/EditCommand.h
similarity index 98%
rename from Source/core/editing/EditCommand.h
rename to Source/core/editing/commands/EditCommand.h
index 8996357860c174f935d1aeaf3b780ff8dba2a172..47bf8231fb0747ddd633c205cf009ed5c557d931 100644
--- a/Source/core/editing/EditCommand.h
+++ b/Source/core/editing/commands/EditCommand.h
@@ -26,8 +26,8 @@
#ifndef EditCommand_h
#define EditCommand_h
-#include "core/editing/EditAction.h"
#include "core/editing/VisibleSelection.h"
+#include "core/editing/commands/EditAction.h"
#include "platform/heap/Handle.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698