diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-11-07 20:59:00 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-11-07 20:59:00 +0000 |
commit | c3ef52cf3c26d47877740dc46faa3088be44cfae (patch) | |
tree | 27cb3e37aa958fd1237fd7d314e6ac1361108461 /BUILD.gn | |
parent | 2a69b9ef97ddf46fe01de432bd0ccc1b7ce92bcb (diff) | |
download | pdfium-c3ef52cf3c26d47877740dc46faa3088be44cfae.tar.xz |
Rename CXFA_Occur to CXFA_OccurData
This CL renames CXFA_Occur to CXFA_OccurData to show it is part of the
data hierarchy.
Change-Id: I55096747338a9ff83ab24f528f6715a6f4302ba7
Reviewed-on: https://pdfium-review.googlesource.com/17988
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1858,8 +1858,8 @@ if (pdf_enable_xfa) { "xfa/fxfa/parser/cxfa_nodelocale.h", "xfa/fxfa/parser/cxfa_object.cpp", "xfa/fxfa/parser/cxfa_object.h", - "xfa/fxfa/parser/cxfa_occur.cpp", - "xfa/fxfa/parser/cxfa_occur.h", + "xfa/fxfa/parser/cxfa_occurdata.cpp", + "xfa/fxfa/parser/cxfa_occurdata.h", "xfa/fxfa/parser/cxfa_para.cpp", "xfa/fxfa/parser/cxfa_para.h", "xfa/fxfa/parser/cxfa_rectangle.h", |