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

Unified Diff: third_party/WebKit/public/web/WebAssociatedURLLoader.h

Issue 2831833002: Move WebAssociatedURLLoaderImpl.* from web/ -> core/export/. (Closed)
Patch Set: Need to BLINK_EXPORT WebAssociatedURLLoader for compile to work on windows. 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
« no previous file with comments | « third_party/WebKit/Source/web/WebLocalFrameImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebAssociatedURLLoader.h
diff --git a/third_party/WebKit/public/web/WebAssociatedURLLoader.h b/third_party/WebKit/public/web/WebAssociatedURLLoader.h
index b44b32b29ad59959d6444b17738f8a1ab42fc86d..28fb458f013fbf9aabbad27b4cf00d5b1ce3bc1a 100644
--- a/third_party/WebKit/public/web/WebAssociatedURLLoader.h
+++ b/third_party/WebKit/public/web/WebAssociatedURLLoader.h
@@ -33,6 +33,8 @@
#include "public/web/WebAssociatedURLLoaderOptions.h"
+#include "public/platform/WebCommon.h"
+
namespace blink {
class WebAssociatedURLLoaderClient;
@@ -40,7 +42,7 @@ class WebTaskRunner;
class WebURLRequest;
// This class is used to implement WebFrame::createAssociatedURLLoader.
-class WebAssociatedURLLoader {
+class BLINK_EXPORT WebAssociatedURLLoader {
public:
virtual ~WebAssociatedURLLoader() {}
« no previous file with comments | « third_party/WebKit/Source/web/WebLocalFrameImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698