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

Unified Diff: fpdfsdk/fxedit/include/fxet_edit.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/fx_edit.h ('k') | fpdfsdk/fxedit/include/fxet_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/fxedit/include/fxet_edit.h
diff --git a/fpdfsdk/include/fxedit/fxet_edit.h b/fpdfsdk/fxedit/include/fxet_edit.h
similarity index 99%
rename from fpdfsdk/include/fxedit/fxet_edit.h
rename to fpdfsdk/fxedit/include/fxet_edit.h
index fb6c9175821cde9506eae04a06773f0aed935739..4233b1d3014f096f129dab4e0678e9a177d4eb5a 100644
--- a/fpdfsdk/include/fxedit/fxet_edit.h
+++ b/fpdfsdk/fxedit/include/fxet_edit.h
@@ -4,12 +4,12 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef FPDFSDK_INCLUDE_FXEDIT_FXET_EDIT_H_
-#define FPDFSDK_INCLUDE_FXEDIT_FXET_EDIT_H_
+#ifndef FPDFSDK_FXEDIT_INCLUDE_FXET_EDIT_H_
+#define FPDFSDK_FXEDIT_INCLUDE_FXET_EDIT_H_
#include "core/fpdfdoc/include/cpvt_secprops.h"
#include "core/fpdfdoc/include/cpvt_wordprops.h"
-#include "fpdfsdk/include/fxedit/fx_edit.h"
+#include "fpdfsdk/fxedit/include/fx_edit.h"
class CFX_Edit;
class CFX_Edit_Iterator;
@@ -714,7 +714,6 @@ class CFX_Edit : public IFX_Edit {
CPVT_WordRange CombineWordRange(const CPVT_WordRange& wr1,
const CPVT_WordRange& wr2);
-
void BeginGroupUndo(const CFX_WideString& sTitle);
void EndGroupUndo();
void AddEditUndoItem(CFX_Edit_UndoItem* pEditUndoItem);
@@ -801,4 +800,4 @@ class CFX_Edit_Provider : public CPDF_VariableText::Provider {
IPVT_FontMap* m_pFontMap;
};
-#endif // FPDFSDK_INCLUDE_FXEDIT_FXET_EDIT_H_
+#endif // FPDFSDK_FXEDIT_INCLUDE_FXET_EDIT_H_
« no previous file with comments | « fpdfsdk/fxedit/include/fx_edit.h ('k') | fpdfsdk/fxedit/include/fxet_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698