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

Unified Diff: Source/core/platform/graphics/transforms/AffineTransform.h

Issue 19762007: core/platform: Include wtf files using "wtf/foo.h" form. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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/platform/graphics/transforms/AffineTransform.h
diff --git a/Source/core/platform/graphics/transforms/AffineTransform.h b/Source/core/platform/graphics/transforms/AffineTransform.h
index 74d5702aad0738736c320411f123286bd767c5d3..dbddc5b88a1b6616412f102b8fd6a5da90d86b34 100644
--- a/Source/core/platform/graphics/transforms/AffineTransform.h
+++ b/Source/core/platform/graphics/transforms/AffineTransform.h
@@ -30,7 +30,7 @@
#include "core/platform/graphics/transforms/TransformationMatrix.h"
#include <string.h> // for memcpy
-#include <wtf/FastAllocBase.h>
+#include "wtf/FastAllocBase.h"
#include <SkMatrix.h>
« no previous file with comments | « Source/core/platform/graphics/skia/SkiaUtils.h ('k') | Source/core/platform/graphics/transforms/AffineTransform.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698