diff options
author | dsinclair <dsinclair@chromium.org> | 2016-07-20 06:34:45 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-20 06:34:45 -0700 |
commit | 31f8740fe51ceca8e973a2efe40d4d440d7a5cb7 (patch) | |
tree | 1ca536ca7019d3ac5f63ccaf9436ee40d6165d00 /xfa/fxfa/fm2js/xfa_fm2jscontext.h | |
parent | c1515ef195a2310f1d07838902eb10d66f66dbed (diff) | |
download | pdfium-31f8740fe51ceca8e973a2efe40d4d440d7a5cb7.tar.xz |
Rename remaining xfa_script_* files.
This Cl renames the remaining xfa_script_* files to match the class names
contained within the files.
Review-Url: https://codereview.chromium.org/2160343002
Diffstat (limited to 'xfa/fxfa/fm2js/xfa_fm2jscontext.h')
-rw-r--r-- | xfa/fxfa/fm2js/xfa_fm2jscontext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/fm2js/xfa_fm2jscontext.h b/xfa/fxfa/fm2js/xfa_fm2jscontext.h index fc98dbbd4a..1483cbc707 100644 --- a/xfa/fxfa/fm2js/xfa_fm2jscontext.h +++ b/xfa/fxfa/fm2js/xfa_fm2jscontext.h @@ -9,7 +9,7 @@ #include "fxjs/include/cfxjse_arguments.h" #include "fxjs/include/cfxjse_context.h" -#include "xfa/fxfa/parser/xfa_script.h" +#include "xfa/fxfa/parser/xfa_resolvenode_rs.h" class CXFA_FM2JSContext : public CFXJSE_HostObject { public: |