Index: chrome/browser/printing/print_preview_message_handler.h |
diff --git a/chrome/browser/printing/print_preview_message_handler.h b/chrome/browser/printing/print_preview_message_handler.h |
index e91dc3d14ae88304143629585e4558bb52dd041c..0b404cc783e19d135fbb81d146a098ed727ae178 100644 |
--- a/chrome/browser/printing/print_preview_message_handler.h |
+++ b/chrome/browser/printing/print_preview_message_handler.h |
@@ -52,10 +52,9 @@ class PrintPreviewMessageHandler |
// Message handlers. |
void OnRequestPrintPreview( |
const PrintHostMsg_RequestPrintPreview_Params& params); |
- void OnDidGetDefaultPageLayout( |
- const printing::PageSizeMargins& page_layout_in_points, |
- const gfx::Rect& printable_area_in_points, |
- bool has_custom_page_size_style); |
+ void OnDidGetDefaultPageLayout(const PageSizeMargins& page_layout_in_points, |
+ const gfx::Rect& printable_area_in_points, |
+ bool has_custom_page_size_style); |
void OnDidGetPreviewPageCount( |
const PrintHostMsg_DidGetPreviewPageCount_Params& params); |
void OnDidPreviewPage(const PrintHostMsg_DidPreviewPage_Params& params); |