| Index: sky/engine/web/painting/PaintAggregator.h
|
| diff --git a/sky/engine/web/painting/PaintAggregator.h b/sky/engine/web/painting/PaintAggregator.h
|
| index 5b3f7fc8bbc0b81f9324059ee884517675fb5ec9..588ddc3912ab151bf919b778ecdc9b9254d78b3e 100644
|
| --- a/sky/engine/web/painting/PaintAggregator.h
|
| +++ b/sky/engine/web/painting/PaintAggregator.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef PaintAggregator_h
|
| #define PaintAggregator_h
|
|
|
| -#include "platform/geometry/IntPoint.h"
|
| -#include "platform/geometry/IntRect.h"
|
| -#include "wtf/Vector.h"
|
| +#include "sky/engine/platform/geometry/IntPoint.h"
|
| +#include "sky/engine/platform/geometry/IntRect.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|