| Index: sky/engine/core/html/canvas/WebGLCompressedTextureATC.h
|
| diff --git a/sky/engine/core/html/canvas/WebGLCompressedTextureATC.h b/sky/engine/core/html/canvas/WebGLCompressedTextureATC.h
|
| index f84f084cf791601746eb3f1355ca1ddc3ec57c10..5a34331b8ea01d17a376674d91e7137a9a6ba15a 100644
|
| --- a/sky/engine/core/html/canvas/WebGLCompressedTextureATC.h
|
| +++ b/sky/engine/core/html/canvas/WebGLCompressedTextureATC.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef WebGLCompressedTextureATC_h
|
| #define WebGLCompressedTextureATC_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| -#include "core/html/canvas/WebGLExtension.h"
|
| -#include "wtf/PassRefPtr.h"
|
| +#include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| +#include "sky/engine/core/html/canvas/WebGLExtension.h"
|
| +#include "sky/engine/wtf/PassRefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|