| Index: third_party/WebKit/Source/platform/loader/fetch/FetchTestingPlatformSupport.h
 | 
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/FetchTestingPlatformSupport.h b/third_party/WebKit/Source/platform/loader/fetch/FetchTestingPlatformSupport.h
 | 
| index 48c4d29d9f4bccfa259466ee0845ac6c27d5ce5c..4f4c6abb71be0d6bd4950ce37685d9a2133bd652 100644
 | 
| --- a/third_party/WebKit/Source/platform/loader/fetch/FetchTestingPlatformSupport.h
 | 
| +++ b/third_party/WebKit/Source/platform/loader/fetch/FetchTestingPlatformSupport.h
 | 
| @@ -5,9 +5,9 @@
 | 
|  #ifndef FetchTestingPlatformSupport_h
 | 
|  #define FetchTestingPlatformSupport_h
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "platform/heap/Persistent.h"
 | 
|  #include "platform/testing/TestingPlatformSupport.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |