From efbc1912f10f5a53e7df3a24ebfd6b78412f0bba Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 17 Feb 2016 16:54:43 -0500 Subject: Expand all paths to be based off pdfium/ directory This CL runs a script over the source and updates the include files to be a full path from the pdfium/ directory. BUG=pdfium:65 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1707923002 . --- fpdfsdk/include/formfiller/FFL_CheckBox.h | 2 +- fpdfsdk/include/formfiller/FFL_ComboBox.h | 2 +- fpdfsdk/include/formfiller/FFL_ListBox.h | 2 +- fpdfsdk/include/formfiller/FFL_PushButton.h | 2 +- fpdfsdk/include/formfiller/FFL_RadioButton.h | 2 +- fpdfsdk/include/formfiller/FFL_TextField.h | 2 +- fpdfsdk/include/fsdk_actionhandler.h | 2 +- fpdfsdk/include/fsdk_mgr.h | 14 +++++++------- fpdfsdk/include/fsdk_rendercontext.h | 2 +- fpdfsdk/include/fxedit/fxet_list.h | 2 +- fpdfsdk/include/pdfwindow/PWL_Button.h | 2 +- fpdfsdk/include/pdfwindow/PWL_Caret.h | 2 +- fpdfsdk/include/pdfwindow/PWL_ComboBox.h | 6 +++--- fpdfsdk/include/pdfwindow/PWL_EditCtrl.h | 2 +- fpdfsdk/include/pdfwindow/PWL_Icon.h | 2 +- fpdfsdk/include/pdfwindow/PWL_IconList.h | 4 ++-- fpdfsdk/include/pdfwindow/PWL_Label.h | 2 +- fpdfsdk/include/pdfwindow/PWL_ListBox.h | 2 +- fpdfsdk/include/pdfwindow/PWL_ListCtrl.h | 2 +- fpdfsdk/include/pdfwindow/PWL_Note.h | 10 +++++----- fpdfsdk/include/pdfwindow/PWL_ScrollBar.h | 2 +- fpdfsdk/include/pdfwindow/PWL_Signature.h | 4 ++-- fpdfsdk/include/pdfwindow/PWL_SpecialButton.h | 2 +- fpdfsdk/include/pdfwindow/PWL_Utils.h | 2 +- 24 files changed, 38 insertions(+), 38 deletions(-) (limited to 'fpdfsdk/include') diff --git a/fpdfsdk/include/formfiller/FFL_CheckBox.h b/fpdfsdk/include/formfiller/FFL_CheckBox.h index 27af16be5a..4ffb143734 100644 --- a/fpdfsdk/include/formfiller/FFL_CheckBox.h +++ b/fpdfsdk/include/formfiller/FFL_CheckBox.h @@ -7,7 +7,7 @@ #ifndef FPDFSDK_INCLUDE_FORMFILLER_FFL_CHECKBOX_H_ #define FPDFSDK_INCLUDE_FORMFILLER_FFL_CHECKBOX_H_ -#include "FFL_FormFiller.h" +#include "fpdfsdk/include/formfiller/FFL_FormFiller.h" class CFFL_CheckBox : public CFFL_Button { public: diff --git a/fpdfsdk/include/formfiller/FFL_ComboBox.h b/fpdfsdk/include/formfiller/FFL_ComboBox.h index 5c36779df7..590a646d1d 100644 --- a/fpdfsdk/include/formfiller/FFL_ComboBox.h +++ b/fpdfsdk/include/formfiller/FFL_ComboBox.h @@ -7,7 +7,7 @@ #ifndef FPDFSDK_INCLUDE_FORMFILLER_FFL_COMBOBOX_H_ #define FPDFSDK_INCLUDE_FORMFILLER_FFL_COMBOBOX_H_ -#include "FFL_FormFiller.h" +#include "fpdfsdk/include/formfiller/FFL_FormFiller.h" #include "core/include/fxcrt/fx_string.h" class CBA_FontMap; diff --git a/fpdfsdk/include/formfiller/FFL_ListBox.h b/fpdfsdk/include/formfiller/FFL_ListBox.h index 227f062e46..fe7fed1020 100644 --- a/fpdfsdk/include/formfiller/FFL_ListBox.h +++ b/fpdfsdk/include/formfiller/FFL_ListBox.h @@ -9,7 +9,7 @@ #include -#include "FFL_FormFiller.h" +#include "fpdfsdk/include/formfiller/FFL_FormFiller.h" class CBA_FontMap; diff --git a/fpdfsdk/include/formfiller/FFL_PushButton.h b/fpdfsdk/include/formfiller/FFL_PushButton.h index 13d60855b9..a4d0236321 100644 --- a/fpdfsdk/include/formfiller/FFL_PushButton.h +++ b/fpdfsdk/include/formfiller/FFL_PushButton.h @@ -7,7 +7,7 @@ #ifndef FPDFSDK_INCLUDE_FORMFILLER_FFL_PUSHBUTTON_H_ #define FPDFSDK_INCLUDE_FORMFILLER_FFL_PUSHBUTTON_H_ -#include "FFL_FormFiller.h" +#include "fpdfsdk/include/formfiller/FFL_FormFiller.h" class CFFL_PushButton : public CFFL_Button { public: diff --git a/fpdfsdk/include/formfiller/FFL_RadioButton.h b/fpdfsdk/include/formfiller/FFL_RadioButton.h index 3a8280336a..a4e7928e31 100644 --- a/fpdfsdk/include/formfiller/FFL_RadioButton.h +++ b/fpdfsdk/include/formfiller/FFL_RadioButton.h @@ -7,7 +7,7 @@ #ifndef FPDFSDK_INCLUDE_FORMFILLER_FFL_RADIOBUTTON_H_ #define FPDFSDK_INCLUDE_FORMFILLER_FFL_RADIOBUTTON_H_ -#include "FFL_FormFiller.h" +#include "fpdfsdk/include/formfiller/FFL_FormFiller.h" class CFFL_RadioButton : public CFFL_Button { public: diff --git a/fpdfsdk/include/formfiller/FFL_TextField.h b/fpdfsdk/include/formfiller/FFL_TextField.h index 12ac15abb8..f810d8ff64 100644 --- a/fpdfsdk/include/formfiller/FFL_TextField.h +++ b/fpdfsdk/include/formfiller/FFL_TextField.h @@ -7,7 +7,7 @@ #ifndef FPDFSDK_INCLUDE_FORMFILLER_FFL_TEXTFIELD_H_ #define FPDFSDK_INCLUDE_FORMFILLER_FFL_TEXTFIELD_H_ -#include "FFL_FormFiller.h" +#include "fpdfsdk/include/formfiller/FFL_FormFiller.h" #define BF_ALIGN_LEFT 0 #define BF_ALIGN_MIDDLE 1 diff --git a/fpdfsdk/include/fsdk_actionhandler.h b/fpdfsdk/include/fsdk_actionhandler.h index b5672d178d..920ea64e08 100644 --- a/fpdfsdk/include/fsdk_actionhandler.h +++ b/fpdfsdk/include/fsdk_actionhandler.h @@ -12,7 +12,7 @@ #include "core/include/fpdfdoc/fpdf_doc.h" #include "core/include/fxcrt/fx_string.h" -#include "fsdk_baseform.h" +#include "fpdfsdk/include/fsdk_baseform.h" class CPDFSDK_Annot; class CPDFSDK_Document; diff --git a/fpdfsdk/include/fsdk_mgr.h b/fpdfsdk/include/fsdk_mgr.h index 5fdf645306..b6944ec80b 100644 --- a/fpdfsdk/include/fsdk_mgr.h +++ b/fpdfsdk/include/fsdk_mgr.h @@ -12,13 +12,13 @@ #include #include "core/include/fpdftext/fpdf_text.h" -#include "fsdk_actionhandler.h" -#include "fsdk_annothandler.h" -#include "fsdk_baseannot.h" -#include "fsdk_baseform.h" -#include "fsdk_common.h" -#include "fsdk_define.h" -#include "fx_systemhandler.h" +#include "fpdfsdk/include/fsdk_actionhandler.h" +#include "fpdfsdk/include/fsdk_annothandler.h" +#include "fpdfsdk/include/fsdk_baseannot.h" +#include "fpdfsdk/include/fsdk_baseform.h" +#include "fpdfsdk/include/fsdk_common.h" +#include "fpdfsdk/include/fsdk_define.h" +#include "fpdfsdk/include/fx_systemhandler.h" #include "javascript/IJavaScript.h" #include "public/fpdf_formfill.h" #include "public/fpdf_fwlevent.h" // cross platform keycode and events define. diff --git a/fpdfsdk/include/fsdk_rendercontext.h b/fpdfsdk/include/fsdk_rendercontext.h index 8c007b567f..4a542902f9 100644 --- a/fpdfsdk/include/fsdk_rendercontext.h +++ b/fpdfsdk/include/fsdk_rendercontext.h @@ -7,7 +7,7 @@ #ifndef FPDFSDK_INCLUDE_FSDK_RENDERCONTEXT_H_ #define FPDFSDK_INCLUDE_FSDK_RENDERCONTEXT_H_ -#include "fsdk_define.h" +#include "fpdfsdk/include/fsdk_define.h" #include "public/fpdf_progressive.h" // Everything about rendering is put here: for OOM recovery diff --git a/fpdfsdk/include/fxedit/fxet_list.h b/fpdfsdk/include/fxedit/fxet_list.h index 2700b92cf0..a2f9524b2e 100644 --- a/fpdfsdk/include/fxedit/fxet_list.h +++ b/fpdfsdk/include/fxedit/fxet_list.h @@ -8,7 +8,7 @@ #define FPDFSDK_INCLUDE_FXEDIT_FXET_LIST_H_ #include "core/include/fpdfapi/fpdf_parser.h" // For CPDF_Point. -#include "fx_edit.h" +#include "fpdfsdk/include/fxedit/fx_edit.h" class IFX_Edit; diff --git a/fpdfsdk/include/pdfwindow/PWL_Button.h b/fpdfsdk/include/pdfwindow/PWL_Button.h index 28a026c3bf..5c65c78160 100644 --- a/fpdfsdk/include/pdfwindow/PWL_Button.h +++ b/fpdfsdk/include/pdfwindow/PWL_Button.h @@ -7,7 +7,7 @@ #ifndef FPDFSDK_INCLUDE_PDFWINDOW_PWL_BUTTON_H_ #define FPDFSDK_INCLUDE_PDFWINDOW_PWL_BUTTON_H_ -#include "PWL_Wnd.h" +#include "fpdfsdk/include/pdfwindow/PWL_Wnd.h" class CPWL_Button : public CPWL_Wnd { public: diff --git a/fpdfsdk/include/pdfwindow/PWL_Caret.h b/fpdfsdk/include/pdfwindow/PWL_Caret.h index c2a2caf979..a1a5022b25 100644 --- a/fpdfsdk/include/pdfwindow/PWL_Caret.h +++ b/fpdfsdk/include/pdfwindow/PWL_Caret.h @@ -7,7 +7,7 @@ #ifndef FPDFSDK_INCLUDE_PDFWINDOW_PWL_CARET_H_ #define FPDFSDK_INCLUDE_PDFWINDOW_PWL_CARET_H_ -#include "PWL_Wnd.h" +#include "fpdfsdk/include/pdfwindow/PWL_Wnd.h" struct PWL_CARET_INFO { public: diff --git a/fpdfsdk/include/pdfwindow/PWL_ComboBox.h b/fpdfsdk/include/pdfwindow/PWL_ComboBox.h index b174f022b8..a6f6a7b591 100644 --- a/fpdfsdk/include/pdfwindow/PWL_ComboBox.h +++ b/fpdfsdk/include/pdfwindow/PWL_ComboBox.h @@ -7,9 +7,9 @@ #ifndef FPDFSDK_INCLUDE_PDFWINDOW_PWL_COMBOBOX_H_ #define FPDFSDK_INCLUDE_PDFWINDOW_PWL_COMBOBOX_H_ -#include "PWL_Edit.h" -#include "PWL_ListBox.h" -#include "PWL_Wnd.h" +#include "fpdfsdk/include/pdfwindow/PWL_Edit.h" +#include "fpdfsdk/include/pdfwindow/PWL_ListBox.h" +#include "fpdfsdk/include/pdfwindow/PWL_Wnd.h" class CPWL_CBEdit : public CPWL_Edit { public: diff --git a/fpdfsdk/include/pdfwindow/PWL_EditCtrl.h b/fpdfsdk/include/pdfwindow/PWL_EditCtrl.h index 0d5c931148..9bb40a7de1 100644 --- a/fpdfsdk/include/pdfwindow/PWL_EditCtrl.h +++ b/fpdfsdk/include/pdfwindow/PWL_EditCtrl.h @@ -7,9 +7,9 @@ #ifndef FPDFSDK_INCLUDE_PDFWINDOW_PWL_EDITCTRL_H_ #define FPDFSDK_INCLUDE_PDFWINDOW_PWL_EDITCTRL_H_ -#include "PWL_Wnd.h" #include "core/include/fxcrt/fx_string.h" #include "fpdfsdk/include/fxedit/fx_edit.h" +#include "fpdfsdk/include/pdfwindow/PWL_Wnd.h" class CPWL_Caret; class CPWL_Edit; diff --git a/fpdfsdk/include/pdfwindow/PWL_Icon.h b/fpdfsdk/include/pdfwindow/PWL_Icon.h index 0d2596f83b..4db62f81be 100644 --- a/fpdfsdk/include/pdfwindow/PWL_Icon.h +++ b/fpdfsdk/include/pdfwindow/PWL_Icon.h @@ -7,8 +7,8 @@ #ifndef FPDFSDK_INCLUDE_PDFWINDOW_PWL_ICON_H_ #define FPDFSDK_INCLUDE_PDFWINDOW_PWL_ICON_H_ -#include "PWL_Wnd.h" #include "core/include/fxcrt/fx_string.h" +#include "fpdfsdk/include/pdfwindow/PWL_Wnd.h" class CPWL_Image : public CPWL_Wnd { public: diff --git a/fpdfsdk/include/pdfwindow/PWL_IconList.h b/fpdfsdk/include/pdfwindow/PWL_IconList.h index 0a21bbe8b9..e4c18a8c03 100644 --- a/fpdfsdk/include/pdfwindow/PWL_IconList.h +++ b/fpdfsdk/include/pdfwindow/PWL_IconList.h @@ -7,9 +7,9 @@ #ifndef FPDFSDK_INCLUDE_PDFWINDOW_PWL_ICONLIST_H_ #define FPDFSDK_INCLUDE_PDFWINDOW_PWL_ICONLIST_H_ -#include "PWL_ListCtrl.h" -#include "PWL_Wnd.h" #include "core/include/fxcrt/fx_string.h" +#include "fpdfsdk/include/pdfwindow/PWL_ListCtrl.h" +#include "fpdfsdk/include/pdfwindow/PWL_Wnd.h" class IPWL_IconList_Notify; class CPWL_IconList_Item; diff --git a/fpdfsdk/include/pdfwindow/PWL_Label.h b/fpdfsdk/include/pdfwindow/PWL_Label.h index aba84fbf79..bed519fe6d 100644 --- a/fpdfsdk/include/pdfwindow/PWL_Label.h +++ b/fpdfsdk/include/pdfwindow/PWL_Label.h @@ -7,7 +7,7 @@ #ifndef FPDFSDK_INCLUDE_PDFWINDOW_PWL_LABEL_H_ #define FPDFSDK_INCLUDE_PDFWINDOW_PWL_LABEL_H_ -#include "PWL_Wnd.h" +#include "fpdfsdk/include/pdfwindow/PWL_Wnd.h" class IFX_Edit; diff --git a/fpdfsdk/include/pdfwindow/PWL_ListBox.h b/fpdfsdk/include/pdfwindow/PWL_ListBox.h index 807f11ef30..1f42d43fc6 100644 --- a/fpdfsdk/include/pdfwindow/PWL_ListBox.h +++ b/fpdfsdk/include/pdfwindow/PWL_ListBox.h @@ -7,8 +7,8 @@ #ifndef FPDFSDK_INCLUDE_PDFWINDOW_PWL_LISTBOX_H_ #define FPDFSDK_INCLUDE_PDFWINDOW_PWL_LISTBOX_H_ -#include "PWL_Wnd.h" #include "fpdfsdk/include/fxedit/fx_edit.h" +#include "fpdfsdk/include/pdfwindow/PWL_Wnd.h" class CPDF_ListCtrl; class CPWL_List_Notify; diff --git a/fpdfsdk/include/pdfwindow/PWL_ListCtrl.h b/fpdfsdk/include/pdfwindow/PWL_ListCtrl.h index 4c96d436c8..7b04a0cdb5 100644 --- a/fpdfsdk/include/pdfwindow/PWL_ListCtrl.h +++ b/fpdfsdk/include/pdfwindow/PWL_ListCtrl.h @@ -7,7 +7,7 @@ #ifndef FPDFSDK_INCLUDE_PDFWINDOW_PWL_LISTCTRL_H_ #define FPDFSDK_INCLUDE_PDFWINDOW_PWL_LISTCTRL_H_ -#include "PWL_Wnd.h" +#include "fpdfsdk/include/pdfwindow/PWL_Wnd.h" class CPWL_ListCtrl : public CPWL_Wnd { public: diff --git a/fpdfsdk/include/pdfwindow/PWL_Note.h b/fpdfsdk/include/pdfwindow/PWL_Note.h index 9946f4473d..2d5b564a7f 100644 --- a/fpdfsdk/include/pdfwindow/PWL_Note.h +++ b/fpdfsdk/include/pdfwindow/PWL_Note.h @@ -7,11 +7,11 @@ #ifndef FPDFSDK_INCLUDE_PDFWINDOW_PWL_NOTE_H_ #define FPDFSDK_INCLUDE_PDFWINDOW_PWL_NOTE_H_ -#include "PWL_Button.h" -#include "PWL_Edit.h" -#include "PWL_ListCtrl.h" -#include "PWL_ScrollBar.h" -#include "PWL_Wnd.h" +#include "fpdfsdk/include/pdfwindow/PWL_Button.h" +#include "fpdfsdk/include/pdfwindow/PWL_Edit.h" +#include "fpdfsdk/include/pdfwindow/PWL_ListCtrl.h" +#include "fpdfsdk/include/pdfwindow/PWL_ScrollBar.h" +#include "fpdfsdk/include/pdfwindow/PWL_Wnd.h" class CPWL_Label; class CPWL_Note; diff --git a/fpdfsdk/include/pdfwindow/PWL_ScrollBar.h b/fpdfsdk/include/pdfwindow/PWL_ScrollBar.h index 891079e39e..439bb65ed2 100644 --- a/fpdfsdk/include/pdfwindow/PWL_ScrollBar.h +++ b/fpdfsdk/include/pdfwindow/PWL_ScrollBar.h @@ -7,7 +7,7 @@ #ifndef FPDFSDK_INCLUDE_PDFWINDOW_PWL_SCROLLBAR_H_ #define FPDFSDK_INCLUDE_PDFWINDOW_PWL_SCROLLBAR_H_ -#include "PWL_Wnd.h" +#include "fpdfsdk/include/pdfwindow/PWL_Wnd.h" class CPWL_SBButton; class CPWL_ScrollBar; diff --git a/fpdfsdk/include/pdfwindow/PWL_Signature.h b/fpdfsdk/include/pdfwindow/PWL_Signature.h index 0dbd906f20..1f2fa733b2 100644 --- a/fpdfsdk/include/pdfwindow/PWL_Signature.h +++ b/fpdfsdk/include/pdfwindow/PWL_Signature.h @@ -7,8 +7,8 @@ #ifndef FPDFSDK_INCLUDE_PDFWINDOW_PWL_SIGNATURE_H_ #define FPDFSDK_INCLUDE_PDFWINDOW_PWL_SIGNATURE_H_ -#include "PWL_Icon.h" -#include "PWL_Wnd.h" +#include "fpdfsdk/include/pdfwindow/PWL_Icon.h" +#include "fpdfsdk/include/pdfwindow/PWL_Wnd.h" class CFX_DIBSource; class CPWL_Label; diff --git a/fpdfsdk/include/pdfwindow/PWL_SpecialButton.h b/fpdfsdk/include/pdfwindow/PWL_SpecialButton.h index a62d18d257..5d372e826f 100644 --- a/fpdfsdk/include/pdfwindow/PWL_SpecialButton.h +++ b/fpdfsdk/include/pdfwindow/PWL_SpecialButton.h @@ -7,7 +7,7 @@ #ifndef FPDFSDK_INCLUDE_PDFWINDOW_PWL_SPECIALBUTTON_H_ #define FPDFSDK_INCLUDE_PDFWINDOW_PWL_SPECIALBUTTON_H_ -#include "PWL_Button.h" +#include "fpdfsdk/include/pdfwindow/PWL_Button.h" class CPWL_PushButton : public CPWL_Button { public: diff --git a/fpdfsdk/include/pdfwindow/PWL_Utils.h b/fpdfsdk/include/pdfwindow/PWL_Utils.h index 3cc7e0177e..cd033d7bc7 100644 --- a/fpdfsdk/include/pdfwindow/PWL_Utils.h +++ b/fpdfsdk/include/pdfwindow/PWL_Utils.h @@ -7,10 +7,10 @@ #ifndef FPDFSDK_INCLUDE_PDFWINDOW_PWL_UTILS_H_ #define FPDFSDK_INCLUDE_PDFWINDOW_PWL_UTILS_H_ -#include "PWL_Wnd.h" #include "core/include/fpdfapi/fpdf_parser.h" // For CPDF_Point. #include "core/include/fpdfdoc/fpdf_vt.h" // For CPVT_WordRange. #include "fpdfsdk/include/fxedit/fx_edit.h" +#include "fpdfsdk/include/pdfwindow/PWL_Wnd.h" class CFX_PathData; struct CPWL_Color; -- cgit v1.2.3