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 7d902875b5a67b93ee2ace38b90b1a5f86cc05c7..124fb49da4fd1c0671bf23bd604350184dc8f5be 100644 |
--- a/chrome/common/chrome_utility_printing_messages.h |
+++ b/chrome/common/chrome_utility_printing_messages.h |
@@ -148,5 +148,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 |