| Index: third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.h
|
| diff --git a/third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.h b/third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.h
|
| index cc847945071e13269a377330254cce719e203183..8296e408ca4d819ccb026d5ea5ed61a19761018d 100644
|
| --- a/third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.h
|
| +++ b/third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.h
|
| @@ -27,7 +27,7 @@
|
|
|
| #include "core/dom/Document.h"
|
| #include "core/dom/PseudoElement.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|