diff options
Diffstat (limited to 'chrome/browser/printing/page_setup.h')
-rw-r--r-- | chrome/browser/printing/page_setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/printing/page_setup.h b/chrome/browser/printing/page_setup.h index 572f604..558eb44 100644 --- a/chrome/browser/printing/page_setup.h +++ b/chrome/browser/printing/page_setup.h @@ -25,8 +25,8 @@ class PageMargins { int footer; // Margin on each side of the sheet. int left; - int top; int right; + int top; int bottom; }; |