Index: chrome/common/chrome_utility_printing_messages.h |
diff --git a/chrome/common/chrome_utility_printing_messages.h b/chrome/common/chrome_utility_printing_messages.h |
index ddc51af63500dd406bbbb728290f24c0f317568a..5a62b1c0565176aea730590d32b68dcb89691e5c 100644 |
--- a/chrome/common/chrome_utility_printing_messages.h |
+++ b/chrome/common/chrome_utility_printing_messages.h |
@@ -149,5 +149,5 @@ IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_RenderPDFPagesToMetafiles_PageCount, |
// Reply when the utility process rendered the PDF page. |
IPC_MESSAGE_CONTROL2(ChromeUtilityHostMsg_RenderPDFPagesToMetafiles_PageDone, |
bool /* success */, |
- double /* scale_factor */) |
+ float /* scale_factor */) |
#endif // ENABLE_PRINTING && OS_WIN |