Merge from Chromium at DEPS revision 278205

This commit was generated by merge_to_master.py.

Change-Id: I086d8da31c6016b7fa8f68bd66c7e6c675744b0e
diff --git a/Source/core/svg/SVGMPathElement.h b/Source/core/svg/SVGMPathElement.h
index 59617eb..e58051e 100644
--- a/Source/core/svg/SVGMPathElement.h
+++ b/Source/core/svg/SVGMPathElement.h
@@ -20,7 +20,7 @@
 #ifndef SVGMPathElement_h
 #define SVGMPathElement_h
 
-#include "SVGNames.h"
+#include "core/SVGNames.h"
 #include "core/svg/SVGAnimatedBoolean.h"
 #include "core/svg/SVGAnimatedString.h"
 #include "core/svg/SVGElement.h"
@@ -33,7 +33,7 @@
 class SVGMPathElement FINAL : public SVGElement,
                               public SVGURIReference {
 public:
-    DEFINE_NODE_FACTORY(SVGMPathElement);
+    DECLARE_NODE_FACTORY(SVGMPathElement);
 
     virtual ~SVGMPathElement();