| Index: third_party/WebKit/Source/core/paint/PaintInfo.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintInfo.h b/third_party/WebKit/Source/core/paint/PaintInfo.h
|
| index 8abf33b25e956632bd7d05d23167bec2f64428f5..6f5f5cad4e9e370a03e0e68c2049181d764cc143 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintInfo.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintInfo.h
|
| @@ -39,9 +39,9 @@
|
| #include "platform/graphics/paint/CullRect.h"
|
| #include "platform/graphics/paint/DisplayItem.h"
|
| #include "platform/transforms/AffineTransform.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/ListHashSet.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/ListHashSet.h"
|
|
|
| #include <limits>
|
|
|
|
|