Index: pdf/pdfium/pdfium_assert_matching_enums.cc |
diff --git a/pdf/pdfium/pdfium_assert_matching_enums.cc b/pdf/pdfium/pdfium_assert_matching_enums.cc |
index 559ae6baf1b9c35746d538bdd30ac9f35d233788..a7f6e2903412c5bef8fa5eaa59f50ab2a6a12a8c 100644 |
--- a/pdf/pdfium/pdfium_assert_matching_enums.cc |
+++ b/pdf/pdfium/pdfium_assert_matching_enums.cc |
@@ -6,8 +6,8 @@ |
#include "ppapi/c/pp_input_event.h" |
#include "ppapi/c/private/ppb_pdf.h" |
#include "ppapi/c/private/ppp_pdf.h" |
-#include "third_party/pdfium/fpdfsdk/include/fpdf_fwlevent.h" |
-#include "third_party/pdfium/fpdfsdk/include/fpdf_sysfontinfo.h" |
+#include "third_party/pdfium/public/fpdf_fwlevent.h" |
+#include "third_party/pdfium/public/fpdf_sysfontinfo.h" |
#include "ui/events/keycodes/keyboard_codes.h" |
#define STATIC_ASSERT_MATCH(np_name, pdfium_name) \ |