| Index: third_party/WebKit/Source/core/fetch/StyleSheetResource.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/StyleSheetResource.h b/third_party/WebKit/Source/core/fetch/StyleSheetResource.h
|
| index a60bcf8a42ba1e488326e00a754884004a1ba09d..764473a540d3fae6af1f88a21da52a710988da94 100644
|
| --- a/third_party/WebKit/Source/core/fetch/StyleSheetResource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/StyleSheetResource.h
|
| @@ -31,13 +31,14 @@
|
| #ifndef StyleSheetResource_h
|
| #define StyleSheetResource_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "core/fetch/TextResource.h"
|
|
|
| namespace blink {
|
|
|
| class StyleSheetResourceClient;
|
|
|
| -class StyleSheetResource : public TextResource {
|
| +class CORE_EXPORT StyleSheetResource : public TextResource {
|
| public:
|
| typedef StyleSheetResourceClient ClientType;
|
|
|
|
|