| Index: third_party/WebKit/Source/core/dom/SpaceSplitString.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/SpaceSplitString.cpp b/third_party/WebKit/Source/core/dom/SpaceSplitString.cpp
|
| index 350fdb5b2a5a92b7e17317c6eee3862ea5ca9371..1552345488e9bd02c388a1b34dd5e7db9da1e169 100644
|
| --- a/third_party/WebKit/Source/core/dom/SpaceSplitString.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/SpaceSplitString.cpp
|
| @@ -21,9 +21,9 @@
|
| #include "core/dom/SpaceSplitString.h"
|
|
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| -#include "wtf/ASCIICType.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/text/AtomicStringHash.h"
|
| +#include "platform/wtf/ASCIICType.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/text/AtomicStringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|