| Index: third_party/WebKit/Source/core/html/parser/HTMLInputStream.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLInputStream.h b/third_party/WebKit/Source/core/html/parser/HTMLInputStream.h
|
| index b86ea197c27a3ad771803fa089e6e61cc6d3605c..a4ff241cb2832e292bcbb8319987845c2f5bcab5 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLInputStream.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLInputStream.h
|
| @@ -28,7 +28,7 @@
|
|
|
| #include "core/html/parser/InputStreamPreprocessor.h"
|
| #include "platform/text/SegmentedString.h"
|
| -#include "wtf/Allocator.h"
|
| +#include "platform/wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
|
|