| Index: third_party/WebKit/Source/web/WebAssociatedURLLoaderImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebAssociatedURLLoaderImpl.h b/third_party/WebKit/Source/web/WebAssociatedURLLoaderImpl.h
|
| index 3d8eb0673a949aa3fab9af62aef87f859a23751d..d29554bea7933e1feb702dd09c5313f8eb7fcbab 100644
|
| --- a/third_party/WebKit/Source/web/WebAssociatedURLLoaderImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebAssociatedURLLoaderImpl.h
|
| @@ -5,12 +5,12 @@
|
| #ifndef WebAssociatedURLLoaderImpl_h
|
| #define WebAssociatedURLLoaderImpl_h
|
|
|
| +#include <memory>
|
| #include "platform/heap/Handle.h"
|
| #include "public/web/WebAssociatedURLLoader.h"
|
| #include "public/web/WebAssociatedURLLoaderOptions.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/RefPtr.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|