| Index: Source/core/editing/commands/FormatBlockCommand.cpp
|
| diff --git a/Source/core/editing/FormatBlockCommand.cpp b/Source/core/editing/commands/FormatBlockCommand.cpp
|
| similarity index 99%
|
| rename from Source/core/editing/FormatBlockCommand.cpp
|
| rename to Source/core/editing/commands/FormatBlockCommand.cpp
|
| index 658dda25bf7ea782782f48efb2fceed3c99b997d..4b59e20b948b9844f113f854bcc0e2258feb46f2 100644
|
| --- a/Source/core/editing/FormatBlockCommand.cpp
|
| +++ b/Source/core/editing/commands/FormatBlockCommand.cpp
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/editing/FormatBlockCommand.h"
|
| +#include "core/editing/commands/FormatBlockCommand.h"
|
|
|
| #include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
| #include "core/HTMLNames.h"
|
|
|