Chromium Code Reviews| Index: Source/core/css/CSSBasicShapes.cpp |
| diff --git a/Source/core/css/CSSBasicShapes.cpp b/Source/core/css/CSSBasicShapes.cpp |
| index 15051498e6c1b327a60c7924428fe2dad4229e2d..c58cf0e968dbec8f1d5edb9a64262c68d45f33e8 100644 |
| --- a/Source/core/css/CSSBasicShapes.cpp |
| +++ b/Source/core/css/CSSBasicShapes.cpp |
| @@ -31,7 +31,7 @@ |
|
abarth-chromium
2013/07/11 03:39:17
You can also remove the blank line between config.
tfarina
2013/07/11 14:00:29
Done.
|
| #include "core/css/CSSBasicShapes.h" |
| -#include <wtf/text/StringBuilder.h> |
| +#include "wtf/text/StringBuilder.h" |
| using namespace WTF; |