| Index: sky/engine/core/css/RGBColor.h
|
| diff --git a/sky/engine/core/css/RGBColor.h b/sky/engine/core/css/RGBColor.h
|
| index a66dec478eeed029649e70ba75c05ef4a0e1a545..d842c89a6eb25345354c106bb3c5291b7be96a87 100644
|
| --- a/sky/engine/core/css/RGBColor.h
|
| +++ b/sky/engine/core/css/RGBColor.h
|
| @@ -27,10 +27,10 @@
|
| #ifndef RGBColor_h
|
| #define RGBColor_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| -#include "platform/graphics/Color.h"
|
| -#include "platform/heap/Handle.h"
|
| -#include "wtf/RefCounted.h"
|
| +#include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| +#include "sky/engine/platform/graphics/Color.h"
|
| +#include "sky/engine/platform/heap/Handle.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
|
|
| namespace blink {
|
|
|
|
|