Index: third_party/WebKit/Source/core/animation/PathInterpolationFunctions.h |
diff --git a/third_party/WebKit/Source/core/animation/PathInterpolationFunctions.h b/third_party/WebKit/Source/core/animation/PathInterpolationFunctions.h |
index 85a8b8207bb2034399958df4bce313e438fdcb35..2bd8c040e1b1e0269e8449230ab92cf609f94dbf 100644 |
--- a/third_party/WebKit/Source/core/animation/PathInterpolationFunctions.h |
+++ b/third_party/WebKit/Source/core/animation/PathInterpolationFunctions.h |
@@ -5,9 +5,9 @@ |
#ifndef PathInterpolationFunctions_h |
#define PathInterpolationFunctions_h |
+#include <memory> |
#include "core/animation/InterpolationType.h" |
#include "core/svg/SVGPathByteStream.h" |
-#include <memory> |
namespace blink { |