Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(822)

Unified Diff: fpdfsdk/formfiller/cffl_pushbutton.h

Issue 1809193002: Move fpdfsdk/include/formfiller to fpdfsdk/formfiller. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fpdfsdk/formfiller/cffl_listbox.cpp ('k') | fpdfsdk/formfiller/cffl_pushbutton.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/formfiller/cffl_pushbutton.h
diff --git a/fpdfsdk/include/formfiller/FFL_PushButton.h b/fpdfsdk/formfiller/cffl_pushbutton.h
similarity index 79%
rename from fpdfsdk/include/formfiller/FFL_PushButton.h
rename to fpdfsdk/formfiller/cffl_pushbutton.h
index a4d0236321823e623a295110d761e203a7860525..0d9d82ea0afb274ac9a8a58493accbc2c7e98e47 100644
--- a/fpdfsdk/include/formfiller/FFL_PushButton.h
+++ b/fpdfsdk/formfiller/cffl_pushbutton.h
@@ -4,10 +4,10 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef FPDFSDK_INCLUDE_FORMFILLER_FFL_PUSHBUTTON_H_
-#define FPDFSDK_INCLUDE_FORMFILLER_FFL_PUSHBUTTON_H_
+#ifndef FPDFSDK_FORMFILLER_CFFL_PUSHBUTTON_H_
+#define FPDFSDK_FORMFILLER_CFFL_PUSHBUTTON_H_
-#include "fpdfsdk/include/formfiller/FFL_FormFiller.h"
+#include "fpdfsdk/formfiller/cffl_formfiller.h"
class CFFL_PushButton : public CFFL_Button {
public:
@@ -25,4 +25,4 @@ class CFFL_PushButton : public CFFL_Button {
FX_DWORD dwFlags) override;
};
-#endif // FPDFSDK_INCLUDE_FORMFILLER_FFL_PUSHBUTTON_H_
+#endif // FPDFSDK_FORMFILLER_CFFL_PUSHBUTTON_H_
« no previous file with comments | « fpdfsdk/formfiller/cffl_listbox.cpp ('k') | fpdfsdk/formfiller/cffl_pushbutton.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698