| Index: third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h b/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h
|
| index 8e47ccb2e3c325349a02dafa5f234703df0acd47..4bef9efb20517a2c5c5545fa82e4967229ed734f 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h
|
| @@ -27,6 +27,7 @@
|
| #ifndef ResourceFetcher_h
|
| #define ResourceFetcher_h
|
|
|
| +#include <memory>
|
| #include "platform/PlatformExport.h"
|
| #include "platform/Timer.h"
|
| #include "platform/loader/fetch/CachePolicy.h"
|
| @@ -42,7 +43,6 @@
|
| #include "wtf/HashSet.h"
|
| #include "wtf/ListHashSet.h"
|
| #include "wtf/text/StringHash.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|