Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: third_party/WebKit/Source/core/exported/WebDataSourceImpl.h

Issue 2832713002: Move WebDataSourceImpl from web/ -> core/exported/. (Closed)
Patch Set: Need to add BLINK_EXPORT to WebDataSource for windows to compile. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&,
« no previous file with comments | « third_party/WebKit/Source/core/exported/BUILD.gn ('k') | third_party/WebKit/Source/core/exported/WebDataSourceImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698