summaryrefslogtreecommitdiff
path: root/xfa/src/fxjse/src/fxv8.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxjse/src/fxv8.h')
-rw-r--r--xfa/src/fxjse/src/fxv8.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/xfa/src/fxjse/src/fxv8.h b/xfa/src/fxjse/src/fxv8.h
index 4cc7b3f406..433003c4b5 100644
--- a/xfa/src/fxjse/src/fxv8.h
+++ b/xfa/src/fxjse/src/fxv8.h
@@ -4,8 +4,12 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef _FX_V8_H_
-#define _FX_V8_H_
+// TODO(thestig): Remove this file and do IWYU.
+
+#ifndef XFA_SRC_FXJSE_SRC_FXV8_H_
+#define XFA_SRC_FXJSE_SRC_FXV8_H_
+
#include <v8.h>
#include <libplatform/libplatform.h>
-#endif
+
+#endif // XFA_SRC_FXJSE_SRC_FXV8_H_