summaryrefslogtreecommitdiff
path: root/xfa/fxfa/app
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-09-29 17:29:48 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-29 17:29:48 -0700
commit435546810a7c48f09889c00600ad344850b71f95 (patch)
tree3c690ec1fe5df0c7feb509f4276bb26c87564345 /xfa/fxfa/app
parent114e46a1d97587973515e9aad7955e469c7486a8 (diff)
downloadpdfium-435546810a7c48f09889c00600ad344850b71f95.tar.xz
Move fxjs/include to fxjs
BUG=pdfium:611 Review-Url: https://codereview.chromium.org/2380713005
Diffstat (limited to 'xfa/fxfa/app')
-rw-r--r--xfa/fxfa/app/xfa_ffnotify.cpp2
-rw-r--r--xfa/fxfa/app/xfa_ffwidgetacc.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/app/xfa_ffnotify.cpp b/xfa/fxfa/app/xfa_ffnotify.cpp
index 859de5ca39..2be27ca528 100644
--- a/xfa/fxfa/app/xfa_ffnotify.cpp
+++ b/xfa/fxfa/app/xfa_ffnotify.cpp
@@ -6,7 +6,7 @@
#include "xfa/fxfa/app/xfa_ffnotify.h"
-#include "fxjs/include/cfxjse_value.h"
+#include "fxjs/cfxjse_value.h"
#include "xfa/fxfa/app/xfa_ffbarcode.h"
#include "xfa/fxfa/app/xfa_ffcheckbutton.h"
#include "xfa/fxfa/app/xfa_ffchoicelist.h"
diff --git a/xfa/fxfa/app/xfa_ffwidgetacc.cpp b/xfa/fxfa/app/xfa_ffwidgetacc.cpp
index 592074f916..47ce0968c7 100644
--- a/xfa/fxfa/app/xfa_ffwidgetacc.cpp
+++ b/xfa/fxfa/app/xfa_ffwidgetacc.cpp
@@ -9,7 +9,7 @@
#include <algorithm>
#include <memory>
-#include "fxjs/include/cfxjse_value.h"
+#include "fxjs/cfxjse_value.h"
#include "xfa/fde/tto/fde_textout.h"
#include "xfa/fde/xml/fde_xml_imp.h"
#include "xfa/fxfa/app/xfa_ffcheckbutton.h"