| Index: Source/core/html/canvas/CanvasGradient.h
|
| diff --git a/Source/core/html/canvas/CanvasGradient.h b/Source/core/html/canvas/CanvasGradient.h
|
| index 76d564b48ef00e3987550c65c21e473ae8963936..599534fb31a150d1c430837011bb9d4a393c0858 100644
|
| --- a/Source/core/html/canvas/CanvasGradient.h
|
| +++ b/Source/core/html/canvas/CanvasGradient.h
|
| @@ -28,7 +28,7 @@
|
| #define CanvasGradient_h
|
|
|
| #include "bindings/v8/ScriptWrappable.h"
|
| -#include "core/platform/graphics/Gradient.h"
|
| +#include "platform/graphics/Gradient.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
|
|