From 2166e986c2aa0e73ae4f2f5af149fa234574094f Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 7 Nov 2017 21:14:50 +0000 Subject: Rename CXFA_Rectangle to CXFA_RectangleData This CL renames CXFA_Rectangle to CXFA_RectangleData to signify it is part of the data hierarchy. Change-Id: Ie563b4304cb595d4b3bb0ffc5303549f1fb37b18 Reviewed-on: https://pdfium-review.googlesource.com/18011 Commit-Queue: dsinclair Reviewed-by: Tom Sepez --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 1e45ef301b..e64fe8a11a 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1862,7 +1862,7 @@ if (pdf_enable_xfa) { "xfa/fxfa/parser/cxfa_occurdata.h", "xfa/fxfa/parser/cxfa_paradata.cpp", "xfa/fxfa/parser/cxfa_paradata.h", - "xfa/fxfa/parser/cxfa_rectangle.h", + "xfa/fxfa/parser/cxfa_rectangledata.h", "xfa/fxfa/parser/cxfa_script.cpp", "xfa/fxfa/parser/cxfa_script.h", "xfa/fxfa/parser/cxfa_simple_parser.cpp", -- cgit v1.2.3