Chromium Code Reviews| Index: printing/page_range.h |
| =================================================================== |
| --- printing/page_range.h (revision 98598) |
| +++ printing/page_range.h (working copy) |
| @@ -7,6 +7,8 @@ |
| #include <vector> |
| +#include "printing_export.h" |
| + |
| namespace printing { |
| struct PageRange; |
| @@ -14,7 +16,7 @@ |
| typedef std::vector<PageRange> PageRanges; |
| // Print range is inclusive. To select one page, set from == to. |
| -struct PageRange { |
| +struct PRINTING_EXPORT PageRange { |
| int from; |
| int to; |