| Index: sky/engine/core/html/canvas/CanvasContextAttributes.h
|
| diff --git a/sky/engine/core/html/canvas/CanvasContextAttributes.h b/sky/engine/core/html/canvas/CanvasContextAttributes.h
|
| index 556976feabe084d258f26ec1448b360a1aa1ba61..bc193043d9ce0b004dadebc5f63a09c4d665e20a 100644
|
| --- a/sky/engine/core/html/canvas/CanvasContextAttributes.h
|
| +++ b/sky/engine/core/html/canvas/CanvasContextAttributes.h
|
| @@ -27,8 +27,8 @@
|
| #ifndef CanvasContextAttributes_h
|
| #define CanvasContextAttributes_h
|
|
|
| -#include "platform/heap/Handle.h"
|
| -#include "wtf/RefCounted.h"
|
| +#include "sky/engine/platform/heap/Handle.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
|
|
| namespace blink {
|
|
|
|
|