| 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 533efbb2a620345d387dc96efa3b20507038bccf..00ef2cce83568285f647d35a548cccdc17419f62 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| @@ -69,10 +69,10 @@
|
| #include "platform/KillRing.h"
|
| #include "platform/UserGestureIndicator.h"
|
| #include "platform/scroll/Scrollbar.h"
|
| +#include "platform/wtf/StringExtras.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebEditingCommandType.h"
|
| -#include "wtf/StringExtras.h"
|
| -#include "wtf/text/AtomicString.h"
|
|
|
| #include <iterator>
|
|
|
|
|