| Index: third_party/WebKit/Source/core/exported/WebDataSourceImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebDataSourceImpl.h b/third_party/WebKit/Source/core/exported/WebDataSourceImpl.h
|
| similarity index 96%
|
| rename from third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| rename to third_party/WebKit/Source/core/exported/WebDataSourceImpl.h
|
| index 221e1935e79bcc32abee0d67a411bb2059302b5b..4a45d381a59ac8da0c1611975d8de390965c7a28 100644
|
| --- a/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| +++ b/third_party/WebKit/Source/core/exported/WebDataSourceImpl.h
|
| @@ -32,6 +32,7 @@
|
| #define WebDataSourceImpl_h
|
|
|
| #include <memory>
|
| +#include "core/CoreExport.h"
|
| #include "core/frame/FrameTypes.h"
|
| #include "core/loader/DocumentLoader.h"
|
| #include "platform/exported/WrappedResourceRequest.h"
|
| @@ -43,7 +44,8 @@
|
|
|
| namespace blink {
|
|
|
| -class WebDataSourceImpl final : public DocumentLoader, public WebDataSource {
|
| +class CORE_EXPORT WebDataSourceImpl final : public DocumentLoader,
|
| + public WebDataSource {
|
| public:
|
| static WebDataSourceImpl* Create(LocalFrame*,
|
| const ResourceRequest&,
|
|
|