| Index: pdf/pdfium/pdfium_engine.cc
|
| diff --git a/pdf/pdfium/pdfium_engine.cc b/pdf/pdfium/pdfium_engine.cc
|
| index 76a5c27732126f9d54ce171e403d10bb5563dc3f..b1b83a41ff5a776178746fe110f25dbb8be0073b 100644
|
| --- a/pdf/pdfium/pdfium_engine.cc
|
| +++ b/pdf/pdfium/pdfium_engine.cc
|
| @@ -34,16 +34,16 @@
|
| #include "ppapi/cpp/var.h"
|
| #include "ppapi/cpp/var_dictionary.h"
|
| #include "printing/units.h"
|
| -#include "third_party/pdfium/fpdfsdk/include/fpdf_ext.h"
|
| -#include "third_party/pdfium/fpdfsdk/include/fpdf_flatten.h"
|
| -#include "third_party/pdfium/fpdfsdk/include/fpdf_searchex.h"
|
| -#include "third_party/pdfium/fpdfsdk/include/fpdf_sysfontinfo.h"
|
| -#include "third_party/pdfium/fpdfsdk/include/fpdf_transformpage.h"
|
| -#include "third_party/pdfium/fpdfsdk/include/fpdfedit.h"
|
| -#include "third_party/pdfium/fpdfsdk/include/fpdfppo.h"
|
| -#include "third_party/pdfium/fpdfsdk/include/fpdfsave.h"
|
| #include "third_party/pdfium/fpdfsdk/include/pdfwindow/PDFWindow.h"
|
| #include "third_party/pdfium/fpdfsdk/include/pdfwindow/PWL_FontMap.h"
|
| +#include "third_party/pdfium/public/fpdf_edit.h"
|
| +#include "third_party/pdfium/public/fpdf_ext.h"
|
| +#include "third_party/pdfium/public/fpdf_flatten.h"
|
| +#include "third_party/pdfium/public/fpdf_ppo.h"
|
| +#include "third_party/pdfium/public/fpdf_save.h"
|
| +#include "third_party/pdfium/public/fpdf_searchex.h"
|
| +#include "third_party/pdfium/public/fpdf_sysfontinfo.h"
|
| +#include "third_party/pdfium/public/fpdf_transformpage.h"
|
| #include "ui/events/keycodes/keyboard_codes.h"
|
|
|
| using printing::ConvertUnit;
|
|
|