From 6cdf084fa40a62eb33185171622ad12d95c6009e Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 8 Mar 2016 13:49:22 -0500 Subject: 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 . --- testing/libfuzzer/pdf_xml_fuzzer.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/libfuzzer/pdf_xml_fuzzer.cc') diff --git a/testing/libfuzzer/pdf_xml_fuzzer.cc b/testing/libfuzzer/pdf_xml_fuzzer.cc index dc3eb8c328..bd36f72979 100644 --- a/testing/libfuzzer/pdf_xml_fuzzer.cc +++ b/testing/libfuzzer/pdf_xml_fuzzer.cc @@ -9,8 +9,8 @@ #include "core/include/fxcrt/fx_basic.h" #include "core/include/fxcrt/fx_system.h" -#include "xfa/src/fxfa/src/common/xfa_parser.h" -#include "xfa/src/fxfa/src/parser/xfa_parser_imp.h" +#include "xfa/src/fxfa/parser/xfa_parser.h" +#include "xfa/src/fxfa/parser/xfa_parser_imp.h" namespace { -- cgit v1.2.3