| Index: pdf/pdfium/pdfium_page.h
|
| diff --git a/pdf/pdfium/pdfium_page.h b/pdf/pdfium/pdfium_page.h
|
| index d4174f548f9c080e4b1eba96c9abf6658a3d00e0..3cca04c67168992bcd39f377f4107f7e321b7d7a 100644
|
| --- a/pdf/pdfium/pdfium_page.h
|
| +++ b/pdf/pdfium/pdfium_page.h
|
| @@ -10,9 +10,9 @@
|
|
|
| #include "base/strings/string16.h"
|
| #include "ppapi/cpp/rect.h"
|
| -#include "third_party/pdfium/fpdfsdk/include/fpdfdoc.h"
|
| -#include "third_party/pdfium/fpdfsdk/include/fpdfformfill.h"
|
| -#include "third_party/pdfium/fpdfsdk/include/fpdftext.h"
|
| +#include "third_party/pdfium/public/fpdf_doc.h"
|
| +#include "third_party/pdfium/public/fpdf_formfill.h"
|
| +#include "third_party/pdfium/public/fpdf_text.h"
|
|
|
| namespace base {
|
| class Value;
|
|
|