| Index: third_party/WebKit/Source/core/layout/LayoutTreeAsText.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTreeAsText.h b/third_party/WebKit/Source/core/layout/LayoutTreeAsText.h
|
| index 6c18bbdbb35787b0d6814117d66010e2fd422a09..c585096f374fb9051e47c8f65ce3ef12f8c2d678 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTreeAsText.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTreeAsText.h
|
| @@ -28,8 +28,8 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "platform/text/TextStream.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Forward.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Forward.h"
|
|
|
| namespace blink {
|
|
|
|
|