| Index: sky/engine/core/html/ImageData.h
|
| diff --git a/sky/engine/core/html/ImageData.h b/sky/engine/core/html/ImageData.h
|
| index ac22b43479cd21aae529213ffb044fa3b95c5f7a..b4098efe84232e522c1cd974796d57cc1ca33a0c 100644
|
| --- a/sky/engine/core/html/ImageData.h
|
| +++ b/sky/engine/core/html/ImageData.h
|
| @@ -29,12 +29,12 @@
|
| #ifndef ImageData_h
|
| #define ImageData_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| -#include "platform/geometry/IntSize.h"
|
| -#include "platform/heap/Handle.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/Uint8ClampedArray.h"
|
| +#include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| +#include "sky/engine/platform/geometry/IntSize.h"
|
| +#include "sky/engine/platform/heap/Handle.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
| +#include "sky/engine/wtf/RefPtr.h"
|
| +#include "sky/engine/wtf/Uint8ClampedArray.h"
|
|
|
| namespace blink {
|
|
|
|
|