| Index: xfa/src/fxjse/src/fxv8.h
|
| diff --git a/xfa/src/fxjse/src/fxv8.h b/xfa/src/fxjse/src/fxv8.h
|
| index 4cc7b3f406a686916ddc14f88e96ec593d95a4bf..433003c4b55b354daf8d7cea8424dcfb710c3f78 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_
|
|
|