| Index: third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp b/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| index 1d6180e5c7245b1bb0c41492d311a67e57d00ba7..0c33d230efc7f4c5ede6f812cd3ff7d6054d3250 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| @@ -40,7 +40,6 @@
|
| #include "core/editing/FrameSelection.h"
|
| #include "core/editing/SelectionModifier.h"
|
| #include "core/editing/commands/CreateLinkCommand.h"
|
| -#include "core/editing/commands/EditorCommandNames.h"
|
| #include "core/editing/commands/FormatBlockCommand.h"
|
| #include "core/editing/commands/IndentOutdentCommand.h"
|
| #include "core/editing/commands/InsertListCommand.h"
|
| @@ -67,6 +66,7 @@
|
| #include "platform/scroll/Scrollbar.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebEditingCommandType.h"
|
| +#include "public/platform/WebEditorCommandNames.h"
|
| #include "wtf/StringExtras.h"
|
| #include "wtf/text/AtomicString.h"
|
|
|
|
|