| Index: third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp b/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp
 | 
| index 6347b64e53f784f030214ea2b503dfb51018e05b..0a62d371bf8ac2958539773f06bee520b67c34da 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp
 | 
| +++ b/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp
 | 
| @@ -30,6 +30,7 @@
 | 
|  
 | 
|  #include "core/dom/PresentationAttributeStyle.h"
 | 
|  
 | 
| +#include <algorithm>
 | 
|  #include "core/css/StylePropertySet.h"
 | 
|  #include "core/dom/Attribute.h"
 | 
|  #include "core/dom/Element.h"
 | 
| @@ -41,7 +42,6 @@
 | 
|  #include "wtf/HashFunctions.h"
 | 
|  #include "wtf/HashMap.h"
 | 
|  #include "wtf/text/CString.h"
 | 
| -#include <algorithm>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |