| Index: third_party/WebKit/Source/core/editing/serializers/MarkupFormatter.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/serializers/MarkupFormatter.cpp b/third_party/WebKit/Source/core/editing/serializers/MarkupFormatter.cpp
|
| index 3ee85d8db6416030c8273ec07faff23046ef2441..3d874a0d69c5bb17bf9a464363004d78e141f224 100644
|
| --- a/third_party/WebKit/Source/core/editing/serializers/MarkupFormatter.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/serializers/MarkupFormatter.cpp
|
| @@ -42,7 +42,7 @@
|
| #include "core/html/HTMLElement.h"
|
| #include "core/html/HTMLTemplateElement.h"
|
| #include "platform/weborigin/KURL.h"
|
| -#include "wtf/text/CharacterNames.h"
|
| +#include "platform/wtf/text/CharacterNames.h"
|
|
|
| namespace blink {
|
|
|
|
|