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

Unified Diff: fpdfsdk/fxedit/include/fxet_list.h

Issue 1863163002: Move code from fpdfsdk/include to the sub directories. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 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/fxedit/include/fxet_edit.h ('k') | fpdfsdk/include/fpdfxfa/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/fxedit/include/fxet_list.h
diff --git a/fpdfsdk/include/fxedit/fxet_list.h b/fpdfsdk/fxedit/include/fxet_list.h
similarity index 98%
rename from fpdfsdk/include/fxedit/fxet_list.h
rename to fpdfsdk/fxedit/include/fxet_list.h
index 0018f13b464c275785aac4cf88137b2d95aa4ec5..1f855b77472697c24b2425c2fb3b062ee850dd19 100644
--- a/fpdfsdk/include/fxedit/fxet_list.h
+++ b/fpdfsdk/fxedit/include/fxet_list.h
@@ -4,10 +4,10 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef FPDFSDK_INCLUDE_FXEDIT_FXET_LIST_H_
-#define FPDFSDK_INCLUDE_FXEDIT_FXET_LIST_H_
+#ifndef FPDFSDK_FXEDIT_INCLUDE_FXET_LIST_H_
+#define FPDFSDK_FXEDIT_INCLUDE_FXET_LIST_H_
-#include "fpdfsdk/include/fxedit/fx_edit.h"
+#include "fpdfsdk/fxedit/include/fx_edit.h"
class IFX_Edit;
@@ -340,4 +340,4 @@ class CFX_ListCtrl : public CFX_List {
int32_t m_nCaretIndex; // for multiple
};
-#endif // FPDFSDK_INCLUDE_FXEDIT_FXET_LIST_H_
+#endif // FPDFSDK_FXEDIT_INCLUDE_FXET_LIST_H_
« no previous file with comments | « fpdfsdk/fxedit/include/fxet_edit.h ('k') | fpdfsdk/include/fpdfxfa/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698