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

Unified Diff: fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h

Issue 2385423004: Rename fpdfsdk/fpdfxfa files to match contents (Closed)
Patch Set: Created 4 years, 2 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/cpdfxfa_page.cpp ('k') | fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h
diff --git a/fpdfsdk/fpdfxfa/fpdfxfa_util.h b/fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h
similarity index 85%
rename from fpdfsdk/fpdfxfa/fpdfxfa_util.h
rename to fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h
index a6b08a0d332b8376ee2ca7c8a74caed323b0bec8..958171d4ca5c48ea1761f32e33cfaaf59849ef37 100644
--- a/fpdfsdk/fpdfxfa/fpdfxfa_util.h
+++ b/fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h
@@ -4,12 +4,12 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef FPDFSDK_FPDFXFA_FPDFXFA_UTIL_H_
-#define FPDFSDK_FPDFXFA_FPDFXFA_UTIL_H_
+#ifndef FPDFSDK_FPDFXFA_CXFA_FWLADAPTERTIMERMGR_H_
+#define FPDFSDK_FPDFXFA_CXFA_FWLADAPTERTIMERMGR_H_
#include <vector>
-#include "fpdfsdk/fpdfxfa/fpdfxfa_doc.h"
+#include "fpdfsdk/fpdfxfa/cpdfxfa_document.h"
#include "xfa/fwl/core/ifwl_adaptertimermgr.h"
#define JS_STR_VIEWERTYPE_STANDARD L"Exchange"
@@ -45,4 +45,4 @@ struct CFWL_TimerInfo : public IFWL_TimerInfo {
IFWL_Timer* pTimer;
};
-#endif // FPDFSDK_FPDFXFA_FPDFXFA_UTIL_H_
+#endif // FPDFSDK_FPDFXFA_CXFA_FWLADAPTERTIMERMGR_H_
« no previous file with comments | « fpdfsdk/fpdfxfa/cpdfxfa_page.cpp ('k') | fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698