diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-29 17:29:48 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-29 17:29:48 -0700 |
commit | 435546810a7c48f09889c00600ad344850b71f95 (patch) | |
tree | 3c690ec1fe5df0c7feb509f4276bb26c87564345 /fpdfsdk/javascript/cjs_runtime.h | |
parent | 114e46a1d97587973515e9aad7955e469c7486a8 (diff) | |
download | pdfium-435546810a7c48f09889c00600ad344850b71f95.tar.xz |
Move fxjs/include to fxjs
BUG=pdfium:611
Review-Url: https://codereview.chromium.org/2380713005
Diffstat (limited to 'fpdfsdk/javascript/cjs_runtime.h')
-rw-r--r-- | fpdfsdk/javascript/cjs_runtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/javascript/cjs_runtime.h b/fpdfsdk/javascript/cjs_runtime.h index d438e46a6d..3ad2e0fed5 100644 --- a/fpdfsdk/javascript/cjs_runtime.h +++ b/fpdfsdk/javascript/cjs_runtime.h @@ -17,7 +17,7 @@ #include "core/fxcrt/fx_basic.h" #include "fpdfsdk/javascript/JS_EventHandler.h" #include "fpdfsdk/javascript/ijs_runtime.h" -#include "fxjs/include/fxjs_v8.h" +#include "fxjs/fxjs_v8.h" class CJS_Context; |