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

Unified Diff: fpdfsdk/fsdk_actionhandler.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/fpdfxfa/fpdfxfa_util.cpp ('k') | fpdfsdk/fsdk_actionhandler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/fsdk_actionhandler.h
diff --git a/fpdfsdk/include/fsdk_actionhandler.h b/fpdfsdk/fsdk_actionhandler.h
similarity index 96%
rename from fpdfsdk/include/fsdk_actionhandler.h
rename to fpdfsdk/fsdk_actionhandler.h
index ce15b8329573b2eb0937664570478d07a2863766..0745fa32f87cae59e20748f093267a6ae1c86056 100644
--- a/fpdfsdk/include/fsdk_actionhandler.h
+++ b/fpdfsdk/fsdk_actionhandler.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef FPDFSDK_INCLUDE_FSDK_ACTIONHANDLER_H_
-#define FPDFSDK_INCLUDE_FSDK_ACTIONHANDLER_H_
+#ifndef FPDFSDK_FSDK_ACTIONHANDLER_H_
+#define FPDFSDK_FSDK_ACTIONHANDLER_H_
#include <memory>
#include <set>
@@ -13,7 +13,7 @@
#include "core/fpdfdoc/cpdf_aaction.h"
#include "core/fpdfdoc/cpdf_action.h"
#include "core/fxcrt/fx_string.h"
-#include "fpdfsdk/include/pdfsdk_fieldaction.h"
+#include "fpdfsdk/pdfsdk_fieldaction.h"
class CPDFSDK_Annot;
class CPDFSDK_Document;
@@ -115,4 +115,4 @@ class CPDFSDK_ActionHandler {
CPDFSDK_Document* pDocument);
};
-#endif // FPDFSDK_INCLUDE_FSDK_ACTIONHANDLER_H_
+#endif // FPDFSDK_FSDK_ACTIONHANDLER_H_
« no previous file with comments | « fpdfsdk/fpdfxfa/fpdfxfa_util.cpp ('k') | fpdfsdk/fsdk_actionhandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698