| Index: third_party/WebKit/Source/core/dom/CharacterData.h
|
| diff --git a/third_party/WebKit/Source/core/dom/CharacterData.h b/third_party/WebKit/Source/core/dom/CharacterData.h
|
| index 8505a7bc2f4e1ecb378f2396120b529c79aafd93..b4ed26390f4c35756a0a4fd4595a394aadaecdcb 100644
|
| --- a/third_party/WebKit/Source/core/dom/CharacterData.h
|
| +++ b/third_party/WebKit/Source/core/dom/CharacterData.h
|
| @@ -26,7 +26,7 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/dom/Node.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|