| Index: third_party/WebKit/Source/wtf/WTFThreadData.h
 | 
| diff --git a/third_party/WebKit/Source/wtf/WTFThreadData.h b/third_party/WebKit/Source/wtf/WTFThreadData.h
 | 
| index 5b7011c600479cbfad2f906e75ceefd493cc7daf..e879bec73cf31aa8520347b1bdadfb9a04cddd45 100644
 | 
| --- a/third_party/WebKit/Source/wtf/WTFThreadData.h
 | 
| +++ b/third_party/WebKit/Source/wtf/WTFThreadData.h
 | 
| @@ -27,6 +27,7 @@
 | 
|  #ifndef WTFThreadData_h
 | 
|  #define WTFThreadData_h
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "wtf/HashMap.h"
 | 
|  #include "wtf/HashSet.h"
 | 
|  #include "wtf/Noncopyable.h"
 | 
| @@ -34,7 +35,6 @@
 | 
|  #include "wtf/Threading.h"
 | 
|  #include "wtf/WTFExport.h"
 | 
|  #include "wtf/text/StringHash.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  namespace WTF {
 | 
|  
 | 
| 
 |