From e0d68541163e34cc61fcb7e7cb9f5a9887f45245 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 7 Nov 2017 18:33:30 +0000 Subject: Rename CXFA_Bind to CXFA_BindData This CL renames CXFA_Bind to CXFA_BindData to make it clear it's part of the Data hierarchy. Change-Id: I9e2ac65d5412f2ffd7abf77ff35deff53f8bb970 Reviewed-on: https://pdfium-review.googlesource.com/17973 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 fc0fde5e69..2e5456663b 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1792,8 +1792,8 @@ if (pdf_enable_xfa) { "xfa/fxfa/parser/cxfa_assistdata.h", "xfa/fxfa/parser/cxfa_attachnodelist.cpp", "xfa/fxfa/parser/cxfa_attachnodelist.h", - "xfa/fxfa/parser/cxfa_bind.cpp", - "xfa/fxfa/parser/cxfa_bind.h", + "xfa/fxfa/parser/cxfa_binddata.cpp", + "xfa/fxfa/parser/cxfa_binddata.h", "xfa/fxfa/parser/cxfa_binditemsdata.cpp", "xfa/fxfa/parser/cxfa_binditemsdata.h", "xfa/fxfa/parser/cxfa_border.h", -- cgit v1.2.3