| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index 76b84e224430fde673f7ca21fbef3e044d81b3d3..dbb06ae244b000be5d0cef13709b774bce952e2a 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -50,7 +50,7 @@
|
| #include "platform/graphics/PaintInvalidationReason.h"
|
| #include "platform/graphics/paint/DisplayItemClient.h"
|
| #include "platform/transforms/TransformationMatrix.h"
|
| -#include "wtf/AutoReset.h"
|
| +#include "platform/wtf/AutoReset.h"
|
|
|
| namespace blink {
|
|
|
|
|