| Index: third_party/WebKit/Source/core/html/parser/InputStreamPreprocessor.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/InputStreamPreprocessor.h b/third_party/WebKit/Source/core/html/parser/InputStreamPreprocessor.h
|
| index b538f567cc9736e02d04b368e08186c3eb20f94f..38aed94930dd69e772fff8665d4aa3e5c73cdb49 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/InputStreamPreprocessor.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/InputStreamPreprocessor.h
|
| @@ -29,8 +29,8 @@
|
| #define InputStreamPreprocessor_h
|
|
|
| #include "platform/text/SegmentedString.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|