| Index: Source/core/html/canvas/CanvasStyle.h
|
| diff --git a/Source/core/html/canvas/CanvasStyle.h b/Source/core/html/canvas/CanvasStyle.h
|
| index fad215bb62cfbac2c205ef93dd1844dfb870fbc5..5c2a0fb49780b18bcd82277f1be5791320176efa 100644
|
| --- a/Source/core/html/canvas/CanvasStyle.h
|
| +++ b/Source/core/html/canvas/CanvasStyle.h
|
| @@ -28,9 +28,9 @@
|
| #define CanvasStyle_h
|
|
|
| #include "core/platform/graphics/Color.h"
|
| -#include <wtf/Assertions.h>
|
| -#include <wtf/RefCounted.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/Assertions.h"
|
| +#include "wtf/RefCounted.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|