Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(500)

Unified Diff: xfa/fxjse/class.h

Issue 1807623002: Move xfa/include/fxjse/fxjse.h into xfa/fxjse/include. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa/fxjse/cfxjse_arguments.h ('k') | xfa/fxjse/class.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxjse/class.h
diff --git a/xfa/fxjse/class.h b/xfa/fxjse/class.h
index e67a77a5c39431060183fb906cc6e292e1785e32..db529795890e551a1a43d57248ae49f33811e11b 100644
--- a/xfa/fxjse/class.h
+++ b/xfa/fxjse/class.h
@@ -8,7 +8,8 @@
#define XFA_FXJSE_CLASS_H_
#include "v8/include/v8.h"
-#include "xfa/include/fxjse/fxjse.h"
+#include "xfa/fxjse/cfxjse_arguments.h"
+#include "xfa/fxjse/include/fxjse.h"
class CFXJSE_Context;
class CFXJSE_Value;
« no previous file with comments | « xfa/fxjse/cfxjse_arguments.h ('k') | xfa/fxjse/class.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698