From a8a28e0702a1874d29d3c9f2b155bce1557eb4fd Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 23 Mar 2016 15:41:39 -0400 Subject: Move core/include/fxcrt to core/fxcrt/include. This CL moves the fxcrt code into the core/fxcrt directory. The only exception was fx_bidi.h which was moved into core/fxcrt as it is not used outside of core/. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1825953002 . --- xfa/fxjse/context.h | 2 +- xfa/fxjse/include/fxjse.h | 4 ++-- xfa/fxjse/runtime.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'xfa/fxjse') diff --git a/xfa/fxjse/context.h b/xfa/fxjse/context.h index 9d3700940c..75973f2a66 100644 --- a/xfa/fxjse/context.h +++ b/xfa/fxjse/context.h @@ -7,7 +7,7 @@ #ifndef XFA_FXJSE_CONTEXT_H_ #define XFA_FXJSE_CONTEXT_H_ -#include "core/include/fxcrt/fx_basic.h" +#include "core/fxcrt/include/fx_basic.h" #include "v8/include/v8.h" #include "xfa/fxjse/include/fxjse.h" diff --git a/xfa/fxjse/include/fxjse.h b/xfa/fxjse/include/fxjse.h index d957c58651..cf6587e8fd 100644 --- a/xfa/fxjse/include/fxjse.h +++ b/xfa/fxjse/include/fxjse.h @@ -7,8 +7,8 @@ #ifndef XFA_FXJSE_INCLUDE_FXJSE_H_ #define XFA_FXJSE_INCLUDE_FXJSE_H_ -#include "core/include/fxcrt/fx_string.h" -#include "core/include/fxcrt/fx_system.h" +#include "core/fxcrt/include/fx_string.h" +#include "core/fxcrt/include/fx_system.h" struct FXJSE_CLASS; class CFXJSE_Arguments; diff --git a/xfa/fxjse/runtime.h b/xfa/fxjse/runtime.h index 023aaaac9b..43629e3771 100644 --- a/xfa/fxjse/runtime.h +++ b/xfa/fxjse/runtime.h @@ -7,7 +7,7 @@ #ifndef XFA_FXJSE_RUNTIME_H_ #define XFA_FXJSE_RUNTIME_H_ -#include "core/include/fxcrt/fx_basic.h" +#include "core/fxcrt/include/fx_basic.h" #include "v8/include/v8.h" class CFXJSE_RuntimeList; -- cgit v1.2.3