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

Unified Diff: printing/page_setup.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
Index: printing/page_setup.h
===================================================================
--- printing/page_setup.h (revision 98598)
+++ printing/page_setup.h (working copy)
@@ -5,12 +5,13 @@
#ifndef PRINTING_PAGE_SETUP_H_
#define PRINTING_PAGE_SETUP_H_
+#include "printing/printing_export.h"
#include "ui/gfx/rect.h"
namespace printing {
// Margins for a page setup.
-class PageMargins {
+class PRINTING_EXPORT PageMargins {
public:
PageMargins();
@@ -32,7 +33,7 @@
// Settings that define the size and printable areas of a page. Unit is
// unspecified.
-class PageSetup {
+class PRINTING_EXPORT PageSetup {
public:
PageSetup();
~PageSetup();

Powered by Google App Engine
This is Rietveld 408576698