| Index: third_party/WebKit/Source/core/editing/EditingCommandTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/EditingCommandTest.cpp b/third_party/WebKit/Source/core/editing/EditingCommandTest.cpp
|
| index ef10ad63984f0f80cc122fa2a8e47b504aa9f7ca..19e0bfd83b516b5177bae31e172402dd9c443bf4 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingCommandTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/EditingCommandTest.cpp
|
| @@ -6,8 +6,8 @@
|
| #include "core/editing/Editor.h"
|
| #include "core/editing/commands/EditorCommandNames.h"
|
| #include "core/frame/LocalFrame.h"
|
| +#include "platform/wtf/StringExtras.h"
|
| #include "public/platform/WebEditingCommandType.h"
|
| -#include "wtf/StringExtras.h"
|
|
|
| namespace blink {
|
|
|
|
|