summaryrefslogtreecommitdiff
path: root/xfa/include
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2016-03-08 13:49:22 -0500
committerDan Sinclair <dsinclair@chromium.org>2016-03-08 13:49:22 -0500
commit6cdf084fa40a62eb33185171622ad12d95c6009e (patch)
treedaeea24a81365ed27582f280b7f19add0cb7b0d7 /xfa/include
parent653e0797debddb4e9aecbc6cde65748d43b18b79 (diff)
downloadpdfium-6cdf084fa40a62eb33185171622ad12d95c6009e.tar.xz
Remove xfa/src/fxfa/src/common and xfa/src/fxfa/src
This Cl moves the code in xfa/src/fxfa/src/common to the diretory which contains the respective implementations and removes the xfa/src/fxfa/src/common directory. It them moves all of the code in xfa/src/fxfa/src up one level and removes the xfa/src/fxfa/src directory. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1770073003 .
Diffstat (limited to 'xfa/include')
-rw-r--r--xfa/include/fxfa/fxfa_objectacc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/include/fxfa/fxfa_objectacc.h b/xfa/include/fxfa/fxfa_objectacc.h
index f5cc5abf35..7938b2ef2d 100644
--- a/xfa/include/fxfa/fxfa_objectacc.h
+++ b/xfa/include/fxfa/fxfa_objectacc.h
@@ -8,7 +8,7 @@
#define XFA_INCLUDE_FXFA_FXFA_OBJECTACC_H_
#include "core/include/fxge/fx_dib.h"
-#include "xfa/src/fxfa/src/common/xfa_object.h"
+#include "xfa/src/fxfa/parser/xfa_object.h"
class CXFA_Node;
class IFX_Locale;