Chromium Code Reviews| Index: printing/units.h |
| diff --git a/printing/units.h b/printing/units.h |
| index 0e6cfd2ca40997cb4ff2b997507371b6c4422135..72d2f7cd147294559434f1449668af31ff54279c 100644 |
| --- a/printing/units.h |
| +++ b/printing/units.h |
| @@ -59,7 +59,7 @@ PRINTING_EXPORT int ConvertPixelsToPoint(int pixels); |
| PRINTING_EXPORT double ConvertPixelsToPointDouble(double pixels); |
| // Converts from 1 point to 1 pixel using doubles. |
| -double ConvertPointsToPixelDouble(double points); |
| +PRINTING_EXPORT double ConvertPointsToPixelDouble(double points); |
| } // namespace printing |