Chromium Code Reviews| Index: printing/page_number.h |
| =================================================================== |
| --- printing/page_number.h (revision 99019) |
| +++ printing/page_number.h (working copy) |
| @@ -15,7 +15,7 @@ |
| // Represents a page series following the array of page ranges defined in a |
| // PrintSettings. |
| -class PageNumber { |
| +class PRINTING_EXPORT PageNumber { |
| public: |
| // Initializes the page to the first page in the settings's range or 0. |
| PageNumber(const PrintSettings& settings, int document_page_count); |