Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(407)

Unified Diff: Source/core/css/CSSBasicShapes.cpp

Issue 18733007: core/css: Include wtf files using "wtf/foo.h" form. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698