Index: printing/printed_document.cc |
diff --git a/printing/printed_document.cc b/printing/printed_document.cc |
index 047d2dbcb7915923df112230ff50e1557342f3cd..2162ec5451f7710e0b0da30bf145f0cf17c9fc29 100644 |
--- a/printing/printed_document.cc |
+++ b/printing/printed_document.cc |
@@ -111,9 +111,7 @@ PrintedDocument::~PrintedDocument() { |
void PrintedDocument::SetPage(int page_number, |
std::unique_ptr<MetafilePlayer> metafile, |
-#if defined(OS_WIN) |
float shrink, |
-#endif // OS_WIN |
const gfx::Size& paper_size, |
const gfx::Rect& page_rect) { |
// Notice the page_number + 1, the reason is that this is the value that will |