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

Unified Diff: fpdfsdk/fxedit/include/fx_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/DEPS ('k') | fpdfsdk/fxedit/include/fxet_edit.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/fxedit/include/fx_edit.h
diff --git a/fpdfsdk/include/fxedit/fx_edit.h b/fpdfsdk/fxedit/include/fx_edit.h
similarity index 99%
rename from fpdfsdk/include/fxedit/fx_edit.h
rename to fpdfsdk/fxedit/include/fx_edit.h
index 46896457af451686b2f2669aaf74021c6adbdd76..4220c0bd016968e2926b64d623741994b860b876 100644
--- a/fpdfsdk/include/fxedit/fx_edit.h
+++ b/fpdfsdk/fxedit/include/fx_edit.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef FPDFSDK_INCLUDE_FXEDIT_FX_EDIT_H_
-#define FPDFSDK_INCLUDE_FXEDIT_FX_EDIT_H_
+#ifndef FPDFSDK_FXEDIT_INCLUDE_FX_EDIT_H_
+#define FPDFSDK_FXEDIT_INCLUDE_FX_EDIT_H_
#include "core/fpdfdoc/include/cpdf_variabletext.h"
#include "core/fxcrt/include/fx_basic.h"
@@ -626,4 +626,4 @@ CFX_ByteString GetPDFWordString(IPVT_FontMap* pFontMap,
uint16_t Word,
uint16_t SubWord);
-#endif // FPDFSDK_INCLUDE_FXEDIT_FX_EDIT_H_
+#endif // FPDFSDK_FXEDIT_INCLUDE_FX_EDIT_H_
« no previous file with comments | « fpdfsdk/fxedit/include/DEPS ('k') | fpdfsdk/fxedit/include/fxet_edit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698