| Index: third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebDataSourceImpl.h b/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| index 672b784b8a7a2dc206e4086aa6595943dbaaf30c..90f7dbc469c9d2ef644fcda8ebeea6cfc45bbc00 100644
|
| --- a/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef WebDataSourceImpl_h
|
| #define WebDataSourceImpl_h
|
|
|
| +#include <memory>
|
| #include "core/frame/FrameTypes.h"
|
| #include "core/loader/DocumentLoader.h"
|
| #include "platform/exported/WrappedResourceRequest.h"
|
| @@ -39,7 +40,6 @@
|
| #include "platform/weborigin/KURL.h"
|
| #include "public/web/WebDataSource.h"
|
| #include "wtf/Vector.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|