| Index: third_party/WebKit/Source/core/paint/PaintInvalidator.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintInvalidator.h b/third_party/WebKit/Source/core/paint/PaintInvalidator.h
|
| index 6104a9b9ad9fb47330a90f0c7803f5ef7c47d81a..663bcf0d51d195eaab974dcb92bc8ee5a97d0b40 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintInvalidator.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintInvalidator.h
|
| @@ -8,7 +8,7 @@
|
| #include "core/layout/LayoutObject.h"
|
| #include "core/paint/PaintPropertyTreeBuilder.h"
|
| #include "platform/geometry/LayoutRect.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|