| Index: third_party/WebKit/Source/web/WebEntities.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebEntities.cpp b/third_party/WebKit/Source/web/WebEntities.cpp
|
| index 04054df13813dfc79061b7bded8de86b8c6d89af..174086c02eef361e025693666c1bc70712148322 100644
|
| --- a/third_party/WebKit/Source/web/WebEntities.cpp
|
| +++ b/third_party/WebKit/Source/web/WebEntities.cpp
|
| @@ -30,9 +30,9 @@
|
|
|
| #include "web/WebEntities.h"
|
|
|
| -#include "public/platform/WebString.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| #include <string.h>
|
| +#include "platform/wtf/text/StringBuilder.h"
|
| +#include "public/platform/WebString.h"
|
|
|
| namespace blink {
|
|
|
|
|