| Index: sky/engine/core/html/canvas/DataView.h
|
| diff --git a/sky/engine/core/html/canvas/DataView.h b/sky/engine/core/html/canvas/DataView.h
|
| index c0f48960f3307f77ba251db12e16bdf2758db2c3..58d2ae28aac1dd8a4b365d9b0e3d4de7a722e691 100644
|
| --- a/sky/engine/core/html/canvas/DataView.h
|
| +++ b/sky/engine/core/html/canvas/DataView.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef DataView_h
|
| #define DataView_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| -#include "wtf/ArrayBufferView.h"
|
| -#include "wtf/PassRefPtr.h"
|
| +#include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| +#include "sky/engine/wtf/ArrayBufferView.h"
|
| +#include "sky/engine/wtf/PassRefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|