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

Unified Diff: fpdfsdk/fxedit/fxet_list.h

Issue 2375963006: Move fpdfsdk/fxedit/include to fpdfsdk/fxedit (Closed)
Patch Set: Rebase to master Created 4 years, 3 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/fxet_edit.cpp ('k') | fpdfsdk/fxedit/fxet_list.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/fxedit/fxet_list.h
diff --git a/fpdfsdk/fxedit/include/fxet_list.h b/fpdfsdk/fxedit/fxet_list.h
similarity index 98%
rename from fpdfsdk/fxedit/include/fxet_list.h
rename to fpdfsdk/fxedit/fxet_list.h
index 1d738c0dcc5e505570e797d0e61a81e4205cc29c..ce7acc42202a183e2f6ddec8864a02c669503f3e 100644
--- a/fpdfsdk/fxedit/include/fxet_list.h
+++ b/fpdfsdk/fxedit/fxet_list.h
@@ -4,11 +4,11 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef FPDFSDK_FXEDIT_INCLUDE_FXET_LIST_H_
-#define FPDFSDK_FXEDIT_INCLUDE_FXET_LIST_H_
+#ifndef FPDFSDK_FXEDIT_FXET_LIST_H_
+#define FPDFSDK_FXEDIT_FXET_LIST_H_
#include "core/fxcrt/fx_coordinates.h"
-#include "fpdfsdk/fxedit/include/fx_edit.h"
+#include "fpdfsdk/fxedit/fx_edit.h"
class CFX_Edit;
class CFX_Edit_Iterator;
@@ -301,4 +301,4 @@ class CFX_ListCtrl : protected CFX_ListContainer {
FX_BOOL m_bMultiple;
};
-#endif // FPDFSDK_FXEDIT_INCLUDE_FXET_LIST_H_
+#endif // FPDFSDK_FXEDIT_FXET_LIST_H_
« no previous file with comments | « fpdfsdk/fxedit/fxet_edit.cpp ('k') | fpdfsdk/fxedit/fxet_list.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698