| Index: third_party/WebKit/Source/core/layout/SubtreeLayoutScope.h
|
| diff --git a/third_party/WebKit/Source/core/layout/SubtreeLayoutScope.h b/third_party/WebKit/Source/core/layout/SubtreeLayoutScope.h
|
| index b12abd7b3f806e6dc486e0a5b26306c53ae50eb1..76b9d4463944be0ab6e3de7aa3750a8b8801c193 100644
|
| --- a/third_party/WebKit/Source/core/layout/SubtreeLayoutScope.h
|
| +++ b/third_party/WebKit/Source/core/layout/SubtreeLayoutScope.h
|
| @@ -32,8 +32,8 @@
|
| #define SubtreeLayoutScope_h
|
|
|
| #include "core/inspector/InspectorTraceEvents.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashSet.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashSet.h"
|
|
|
| // This is the way to mark a subtree as needing layout during layout,
|
| // e.g. for the purposes of doing a multipass layout.
|
|
|