| Index: sky/engine/web/painting/PaintAggregator.cpp
|
| diff --git a/sky/engine/web/painting/PaintAggregator.cpp b/sky/engine/web/painting/PaintAggregator.cpp
|
| index 1d5a1d5c700cb4ed5a61c49ca8a3cfd11e7d3c36..648426dd9d02b9a0f87fd5b334f623e331b90c67 100644
|
| --- a/sky/engine/web/painting/PaintAggregator.cpp
|
| +++ b/sky/engine/web/painting/PaintAggregator.cpp
|
| @@ -28,10 +28,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "web/painting/PaintAggregator.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/web/painting/PaintAggregator.h"
|
|
|
| -#include "public/platform/Platform.h"
|
| +#include "sky/engine/public/platform/Platform.h"
|
|
|
| using namespace blink;
|
|
|
|
|