Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(254)

Unified Diff: printing/page_range.h

Issue 7799003: Add printing.dll to the component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « printing/page_number.h ('k') | printing/page_setup.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/page_range.h
===================================================================
--- printing/page_range.h (revision 99019)
+++ 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;
« no previous file with comments | « printing/page_number.h ('k') | printing/page_setup.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698