From cce8e2f46d0fb64c2558c24a2aa33ac929dfdad6 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 7 Nov 2017 18:41:41 +0000 Subject: Rename CXFA_Box to CXFA_BoxData This CL renames CXFA_Box to CXFA_BoxData to make it clear it's part of the Data hierarchy. Change-Id: I5971eefb078f73228e2fcfc08d2025d800c319fb Reviewed-on: https://pdfium-review.googlesource.com/17975 Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 69a7ea91da..6a93f8edd5 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1797,8 +1797,8 @@ if (pdf_enable_xfa) { "xfa/fxfa/parser/cxfa_binditemsdata.cpp", "xfa/fxfa/parser/cxfa_binditemsdata.h", "xfa/fxfa/parser/cxfa_borderdata.h", - "xfa/fxfa/parser/cxfa_box.cpp", - "xfa/fxfa/parser/cxfa_box.h", + "xfa/fxfa/parser/cxfa_boxdata.cpp", + "xfa/fxfa/parser/cxfa_boxdata.h", "xfa/fxfa/parser/cxfa_calculate.cpp", "xfa/fxfa/parser/cxfa_calculate.h", "xfa/fxfa/parser/cxfa_caption.cpp", -- cgit v1.2.3