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

Unified Diff: xfa/src/fxjse/src/context.h

Issue 1746053003: Remove foxitlib.h and foxitxfa.h and IWYU. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Review cleanup Created 4 years, 10 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/src/fxjse/src/class.cpp ('k') | xfa/src/fxjse/src/context.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxjse/src/context.h
diff --git a/xfa/src/fxjse/src/context.h b/xfa/src/fxjse/src/context.h
index 1b83ebb6d1a42df5753923ec65de17a7ef473916..e6c16445cd99398a22f55817344bb2a87d718fbd 100644
--- a/xfa/src/fxjse/src/context.h
+++ b/xfa/src/fxjse/src/context.h
@@ -7,8 +7,12 @@
#ifndef XFA_SRC_FXJSE_SRC_CONTEXT_H_
#define XFA_SRC_FXJSE_SRC_CONTEXT_H_
+#include "v8/include/v8.h"
+#include "xfa/include/fxjse/fxjse.h"
+
class CFXJSE_Class;
class CFXJSE_Value;
+
class CFXJSE_Context {
protected:
CFXJSE_Context(v8::Isolate* pIsolate) : m_pIsolate(pIsolate) {}
« no previous file with comments | « xfa/src/fxjse/src/class.cpp ('k') | xfa/src/fxjse/src/context.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698