| Index: third_party/WebKit/Source/core/editing/serializers/HTMLInterchange.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/serializers/HTMLInterchange.cpp b/third_party/WebKit/Source/core/editing/serializers/HTMLInterchange.cpp
|
| index c12196882ec9e037b3d40725a29bdd41999ed8da..05d08429aa776dcfd2af53b5d068affe6c74a54b 100644
|
| --- a/third_party/WebKit/Source/core/editing/serializers/HTMLInterchange.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/serializers/HTMLInterchange.cpp
|
| @@ -29,8 +29,8 @@
|
| #include "core/editing/EditingUtilities.h"
|
| #include "core/layout/LayoutObject.h"
|
| #include "core/layout/LayoutText.h"
|
| -#include "wtf/text/CharacterNames.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/text/CharacterNames.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
|
|
| namespace blink {
|
|
|
|
|