| Index: Source/core/editing/BreakBlockquoteCommand.cpp
|
| diff --git a/Source/core/editing/BreakBlockquoteCommand.cpp b/Source/core/editing/BreakBlockquoteCommand.cpp
|
| index bff811a20b4319342690b3888df1773bb4de88ff..a56dec40d9e8053d9a323e4e18c7f785e1f9fe7f 100644
|
| --- a/Source/core/editing/BreakBlockquoteCommand.cpp
|
| +++ b/Source/core/editing/BreakBlockquoteCommand.cpp
|
| @@ -26,7 +26,7 @@
|
| #include "config.h"
|
| #include "core/editing/BreakBlockquoteCommand.h"
|
|
|
| -#include "HTMLNames.h"
|
| +#include "core/HTMLNames.h"
|
| #include "core/dom/NodeTraversal.h"
|
| #include "core/dom/Text.h"
|
| #include "core/editing/VisiblePosition.h"
|
|
|