| Index: third_party/WebKit/Source/core/dom/StyleEngineTest.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/dom/StyleEngineTest.cpp b/third_party/WebKit/Source/core/dom/StyleEngineTest.cpp
 | 
| index e62026ec9a2d63c9b05fdea6e2d35cd0caf23a9e..485b1d399b4090d3bc1d8c838f52762042d2be13 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/StyleEngineTest.cpp
 | 
| +++ b/third_party/WebKit/Source/core/dom/StyleEngineTest.cpp
 | 
| @@ -4,6 +4,7 @@
 | 
|  
 | 
|  #include "core/dom/StyleEngine.h"
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "core/css/CSSRuleList.h"
 | 
|  #include "core/css/CSSStyleRule.h"
 | 
|  #include "core/css/CSSStyleSheet.h"
 | 
| @@ -18,7 +19,6 @@
 | 
|  #include "core/testing/DummyPageHolder.h"
 | 
|  #include "platform/heap/Heap.h"
 | 
|  #include "testing/gtest/include/gtest/gtest.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |