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

Unified Diff: fpdfsdk/formfiller/cffl_radiobutton.h

Issue 1809193002: Move fpdfsdk/include/formfiller to fpdfsdk/formfiller. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: 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
Index: fpdfsdk/formfiller/cffl_radiobutton.h
diff --git a/fpdfsdk/include/formfiller/FFL_RadioButton.h b/fpdfsdk/formfiller/cffl_radiobutton.h
similarity index 82%
rename from fpdfsdk/include/formfiller/FFL_RadioButton.h
rename to fpdfsdk/formfiller/cffl_radiobutton.h
index dba2798e3024280eae5a2dfbf8aa3851d4e0f5da..f008d1b40f10b73282e4f1be9faffdb53c42f4ea 100644
--- a/fpdfsdk/include/formfiller/FFL_RadioButton.h
+++ b/fpdfsdk/formfiller/cffl_radiobutton.h
@@ -4,10 +4,10 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef FPDFSDK_INCLUDE_FORMFILLER_FFL_RADIOBUTTON_H_
-#define FPDFSDK_INCLUDE_FORMFILLER_FFL_RADIOBUTTON_H_
+#ifndef FPDFSDK_FORMFILLER_CFFL_RADIOBUTTON_H_
+#define FPDFSDK_FORMFILLER_CFFL_RADIOBUTTON_H_
-#include "fpdfsdk/include/formfiller/FFL_FormFiller.h"
+#include "fpdfsdk/formfiller/cffl_formfiller.h"
class CFFL_RadioButton : public CFFL_Button {
public:
@@ -29,4 +29,4 @@ class CFFL_RadioButton : public CFFL_Button {
void SaveData(CPDFSDK_PageView* pPageView) override;
};
-#endif // FPDFSDK_INCLUDE_FORMFILLER_FFL_RADIOBUTTON_H_
+#endif // FPDFSDK_FORMFILLER_CFFL_RADIOBUTTON_H_

Powered by Google App Engine
This is Rietveld 408576698