| Index: sky/engine/core/css/CSSGradientValue.h
|
| diff --git a/sky/engine/core/css/CSSGradientValue.h b/sky/engine/core/css/CSSGradientValue.h
|
| index b26e3e7515d2224bc04655c016c803ec47aa9aae..2e532a6cc81d66cd5cffa15baf6de25eeab1a591 100644
|
| --- a/sky/engine/core/css/CSSGradientValue.h
|
| +++ b/sky/engine/core/css/CSSGradientValue.h
|
| @@ -26,10 +26,10 @@
|
| #ifndef CSSGradientValue_h
|
| #define CSSGradientValue_h
|
|
|
| -#include "core/css/CSSImageGeneratorValue.h"
|
| -#include "core/css/CSSPrimitiveValue.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/Vector.h"
|
| +#include "sky/engine/core/css/CSSImageGeneratorValue.h"
|
| +#include "sky/engine/core/css/CSSPrimitiveValue.h"
|
| +#include "sky/engine/wtf/RefPtr.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|