diff options
Diffstat (limited to 'printing/printed_page.h')
-rw-r--r-- | printing/printed_page.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/printing/printed_page.h b/printing/printed_page.h index 3771457..fc0d3ba 100644 --- a/printing/printed_page.h +++ b/printing/printed_page.h @@ -19,7 +19,8 @@ namespace printing { // Note: May be accessed from many threads at the same time. This is an non // issue since this object is immutable. The reason is that a page may be // printed and be displayed at the same time. -class PrintedPage : public base::RefCountedThreadSafe<PrintedPage> { +class PRINTING_EXPORT PrintedPage + : public base::RefCountedThreadSafe<PrintedPage> { public: PrintedPage(int page_number, Metafile* metafile, |