| Index: third_party/WebKit/Source/core/dom/StyleElementTest.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/dom/StyleElementTest.cpp b/third_party/WebKit/Source/core/dom/StyleElementTest.cpp
 | 
| index 21b2d02eecf16880d2a2bb5e93ecc37180a03a9d..0e5728aa34ce6e4542ae345c5a0fcecdce8120da 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/StyleElementTest.cpp
 | 
| +++ b/third_party/WebKit/Source/core/dom/StyleElementTest.cpp
 | 
| @@ -4,12 +4,12 @@
 | 
|  
 | 
|  #include "core/dom/StyleElement.h"
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "core/css/StyleSheetContents.h"
 | 
|  #include "core/dom/Comment.h"
 | 
|  #include "core/html/HTMLStyleElement.h"
 | 
|  #include "core/testing/DummyPageHolder.h"
 | 
|  #include "testing/gtest/include/gtest/gtest.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |