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

Unified Diff: fpdfsdk/pdfsdk_fieldaction.h

Issue 2384503003: Move fpdfsdk/include to fpdfsdk (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/javascript/cjs_runtime.cpp ('k') | fpdfsdk/pdfsdk_fieldaction.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/pdfsdk_fieldaction.h
diff --git a/fpdfsdk/include/pdfsdk_fieldaction.h b/fpdfsdk/pdfsdk_fieldaction.h
similarity index 85%
rename from fpdfsdk/include/pdfsdk_fieldaction.h
rename to fpdfsdk/pdfsdk_fieldaction.h
index 4ed8b943c98fc4246da59dbc5f0c6996b0c958a3..192bfc20759636d65cc97d732c49ffe566e1d2a7 100644
--- a/fpdfsdk/include/pdfsdk_fieldaction.h
+++ b/fpdfsdk/pdfsdk_fieldaction.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef FPDFSDK_INCLUDE_PDFSDK_FIELDACTION_H_
-#define FPDFSDK_INCLUDE_PDFSDK_FIELDACTION_H_
+#ifndef FPDFSDK_PDFSDK_FIELDACTION_H_
+#define FPDFSDK_PDFSDK_FIELDACTION_H_
#include "core/fxcrt/fx_string.h"
@@ -36,4 +36,4 @@ struct PDFSDK_FieldAction {
FX_BOOL bRC;
};
-#endif // FPDFSDK_INCLUDE_PDFSDK_FIELDACTION_H_
+#endif // FPDFSDK_PDFSDK_FIELDACTION_H_
« no previous file with comments | « fpdfsdk/javascript/cjs_runtime.cpp ('k') | fpdfsdk/pdfsdk_fieldaction.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698