diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-01 06:34:04 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-01 06:34:04 +0000 |
commit | 69f5b1e6690af4184fc5fdc8734ad4b7936123bd (patch) | |
tree | 1ce92b715b5bee418b6d3e88f96a72a2177e4890 /printing/printed_page.h | |
parent | 0e3c7d88f2fd4070e0b373e97ce400e522d15245 (diff) | |
download | chromium_src-69f5b1e6690af4184fc5fdc8734ad4b7936123bd.zip chromium_src-69f5b1e6690af4184fc5fdc8734ad4b7936123bd.tar.gz chromium_src-69f5b1e6690af4184fc5fdc8734ad4b7936123bd.tar.bz2 |
Add printing.dll to the component build.
R=rvargas,thestig
Review URL: http://codereview.chromium.org/7799003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99144 0039d316-1c4b-4281-b951-d872f2087c98
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, |