| 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() {}
|
|
|
|
|