Index: third_party/WebKit/Source/core/animation/LegacyStyleInterpolation.h |
diff --git a/third_party/WebKit/Source/core/animation/LegacyStyleInterpolation.h b/third_party/WebKit/Source/core/animation/LegacyStyleInterpolation.h |
index 9430e836b9f48af21277059d7b92bc184741744c..907e6eca4aaf415b5b5598f90170a349953685a9 100644 |
--- a/third_party/WebKit/Source/core/animation/LegacyStyleInterpolation.h |
+++ b/third_party/WebKit/Source/core/animation/LegacyStyleInterpolation.h |
@@ -5,11 +5,11 @@ |
#ifndef LegacyStyleInterpolation_h |
#define LegacyStyleInterpolation_h |
+#include <memory> |
#include "core/CSSPropertyNames.h" |
#include "core/CoreExport.h" |
#include "core/animation/Interpolation.h" |
#include "core/animation/PropertyHandle.h" |
-#include <memory> |
namespace blink { |