| Index: third_party/WebKit/Source/core/html/parser/HTMLTokenizer.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLTokenizer.cpp b/third_party/WebKit/Source/core/html/parser/HTMLTokenizer.cpp
|
| index d803599de9c6d499073ac27d8ca1367a94ee1180..535e149180ceb34c2894146c34b5093f68f92c9c 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLTokenizer.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLTokenizer.cpp
|
| @@ -33,8 +33,8 @@
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| #include "core/html/parser/HTMLTreeBuilder.h"
|
| #include "core/html/parser/MarkupTokenizerInlines.h"
|
| -#include "wtf/ASCIICType.h"
|
| -#include "wtf/text/Unicode.h"
|
| +#include "platform/wtf/ASCIICType.h"
|
| +#include "platform/wtf/text/Unicode.h"
|
|
|
| // Please don't use DEFINE_STATIC_LOCAL in this file. The HTMLTokenizer is used
|
| // from multiple threads and DEFINE_STATIC_LOCAL isn't threadsafe.
|
|
|