Merge from Chromium at DEPS revision r212014

This commit was generated by merge_to_master.py.

Change-Id: Ib07d03553a1e81485ac4ffc92b91e977c4875409
diff --git a/Source/core/svg/SVGPathSegListBuilder.h b/Source/core/svg/SVGPathSegListBuilder.h
index 04e30e4..1c9e06d 100644
--- a/Source/core/svg/SVGPathSegListBuilder.h
+++ b/Source/core/svg/SVGPathSegListBuilder.h
@@ -26,11 +26,12 @@
 
 #include "core/platform/graphics/FloatPoint.h"
 #include "core/svg/SVGPathConsumer.h"
-#include "core/svg/SVGPathElement.h"
 #include "core/svg/SVGPathSegList.h"
 
 namespace WebCore {
 
+class SVGPathElement;
+
 class SVGPathSegListBuilder : public SVGPathConsumer {
 public:
     SVGPathSegListBuilder();