| Index: third_party/WebKit/Source/core/css/CSSSelectorList.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/css/CSSSelectorList.cpp b/third_party/WebKit/Source/core/css/CSSSelectorList.cpp
 | 
| index 3af0331d4de6e3511d0f4ab04f116e8fecdd0721..f501a2660e2c7107161df499096fefeec36e5f1b 100644
 | 
| --- a/third_party/WebKit/Source/core/css/CSSSelectorList.cpp
 | 
| +++ b/third_party/WebKit/Source/core/css/CSSSelectorList.cpp
 | 
| @@ -26,10 +26,10 @@
 | 
|  
 | 
|  #include "core/css/CSSSelectorList.h"
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "core/css/parser/CSSParserSelector.h"
 | 
|  #include "wtf/allocator/Partitions.h"
 | 
|  #include "wtf/text/StringBuilder.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  namespace {
 | 
|  // CSSSelector is one of the top types that consume renderer memory,
 | 
| 
 |