| Index: chrome/renderer/mock_printer.cc
|
| diff --git a/chrome/renderer/mock_printer.cc b/chrome/renderer/mock_printer.cc
|
| index e8d501ac0f4d99f7f5f6b4ad0df38a02fdda6514..2023e6158319fd5977a612b5743fe4edbb1c0e24 100644
|
| --- a/chrome/renderer/mock_printer.cc
|
| +++ b/chrome/renderer/mock_printer.cc
|
| @@ -15,6 +15,10 @@
|
| #include "printing/units.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +#if defined(OS_MACOSX)
|
| +#include "printing/pdf_metafile_cg_mac.h"
|
| +#endif
|
| +
|
| namespace {
|
|
|
| void UpdateMargins(int margins_type, int dpi, PrintMsg_Print_Params* params) {
|
|
|