Chromium Code Reviews| Index: Source/core/css/CSSPrimitiveValueMappings.h |
| diff --git a/Source/core/css/CSSPrimitiveValueMappings.h b/Source/core/css/CSSPrimitiveValueMappings.h |
| index d9a01fb38e63e2d08cce1caf8411da4f67e5d99b..f194b82a772b545e7e59b29300d01ff2ffc8a71e 100644 |
| --- a/Source/core/css/CSSPrimitiveValueMappings.h |
| +++ b/Source/core/css/CSSPrimitiveValueMappings.h |
| @@ -48,7 +48,7 @@ |
| #include "core/rendering/style/RenderStyleConstants.h" |
| #include "core/rendering/style/SVGRenderStyleDefs.h" |
|
abarth-chromium
2013/07/11 03:39:17
this blank line too
tfarina
2013/07/11 14:00:29
Done.
|
| -#include <wtf/MathExtras.h> |
| +#include "wtf/MathExtras.h" |
| namespace WebCore { |