| Index: third_party/WebKit/Source/platform/Crypto.h
 | 
| diff --git a/third_party/WebKit/Source/platform/Crypto.h b/third_party/WebKit/Source/platform/Crypto.h
 | 
| index bd881cf163492ff616c357cae067a0cf78230a45..114c3fe0f111295bbca18e98bade3bee9824ff47 100644
 | 
| --- a/third_party/WebKit/Source/platform/Crypto.h
 | 
| +++ b/third_party/WebKit/Source/platform/Crypto.h
 | 
| @@ -11,13 +11,13 @@
 | 
|  #ifndef SOURCE_PLATFORM_CRYPTO_H_
 | 
|  #define SOURCE_PLATFORM_CRYPTO_H_
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "platform/PlatformExport.h"
 | 
|  #include "public/platform/WebCrypto.h"
 | 
|  #include "wtf/Allocator.h"
 | 
|  #include "wtf/HashSet.h"
 | 
|  #include "wtf/StringHasher.h"
 | 
|  #include "wtf/Vector.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |