| Index: Source/core/editing/commands/InsertParagraphSeparatorCommand.cpp
|
| diff --git a/Source/core/editing/InsertParagraphSeparatorCommand.cpp b/Source/core/editing/commands/InsertParagraphSeparatorCommand.cpp
|
| similarity index 99%
|
| rename from Source/core/editing/InsertParagraphSeparatorCommand.cpp
|
| rename to Source/core/editing/commands/InsertParagraphSeparatorCommand.cpp
|
| index 9ef837814fd0d2562aa34a0bf486bf7517c3b4a7..d914179bc8615d06365059870b9678122542cc98 100644
|
| --- a/Source/core/editing/InsertParagraphSeparatorCommand.cpp
|
| +++ b/Source/core/editing/commands/InsertParagraphSeparatorCommand.cpp
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/editing/InsertParagraphSeparatorCommand.h"
|
| +#include "core/editing/commands/InsertParagraphSeparatorCommand.h"
|
|
|
| #include "core/HTMLNames.h"
|
| #include "core/dom/Document.h"
|
| @@ -32,8 +32,8 @@
|
| #include "core/dom/Text.h"
|
| #include "core/editing/EditingStyle.h"
|
| #include "core/editing/EditingUtilities.h"
|
| -#include "core/editing/InsertLineBreakCommand.h"
|
| #include "core/editing/VisibleUnits.h"
|
| +#include "core/editing/commands/InsertLineBreakCommand.h"
|
| #include "core/html/HTMLBRElement.h"
|
| #include "core/html/HTMLElement.h"
|
| #include "core/html/HTMLQuoteElement.h"
|
|
|