| Index: third_party/WebKit/Source/core/inspector/InspectorStyleSheet.h
 | 
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorStyleSheet.h b/third_party/WebKit/Source/core/inspector/InspectorStyleSheet.h
 | 
| index bfe8ac053c77a010f85b83c620439015cbbd694a..ccfbd3c460c94040c5c55bc721115f1c32f570e2 100644
 | 
| --- a/third_party/WebKit/Source/core/inspector/InspectorStyleSheet.h
 | 
| +++ b/third_party/WebKit/Source/core/inspector/InspectorStyleSheet.h
 | 
| @@ -26,6 +26,7 @@
 | 
|  #ifndef InspectorStyleSheet_h
 | 
|  #define InspectorStyleSheet_h
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "core/css/CSSPropertySourceData.h"
 | 
|  #include "core/css/CSSStyleDeclaration.h"
 | 
|  #include "core/inspector/protocol/CSS.h"
 | 
| @@ -35,7 +36,6 @@
 | 
|  #include "wtf/RefPtr.h"
 | 
|  #include "wtf/Vector.h"
 | 
|  #include "wtf/text/WTFString.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |