| Index: printing/backend/cups_helper.cc
|
| diff --git a/printing/backend/cups_helper.cc b/printing/backend/cups_helper.cc
|
| index b36722d8e79cac976f0fe756bdfd4c4949462508..959e93737cd8ed93f437c43dbae00f7f9231397f 100644
|
| --- a/printing/backend/cups_helper.cc
|
| +++ b/printing/backend/cups_helper.cc
|
| @@ -36,7 +36,7 @@ const char kDuplex[] = "Duplex";
|
| const char kDuplexNone[] = "None";
|
| const char kPageSize[] = "PageSize";
|
|
|
| -const double kMicronsPerPoint = kHundrethsMMPerInch / kPointsPerInch * 10;
|
| +const double kMicronsPerPoint = 10.0f * kHundrethsMMPerInch / kPointsPerInch;
|
|
|
| #if !defined(OS_MACOSX)
|
| void ParseLpOptions(const base::FilePath& filepath,
|
|
|