| Index: xfa/include/fwl/fwl.h
|
| diff --git a/xfa/include/fwl/fwl.h b/xfa/include/fwl/fwl.h
|
| index 999e9a9fc1cfdb4957901299307bf3c3d1f11d32..6ba115f0c924d74de19e2308dc0bea8ebcd34e9c 100644
|
| --- a/xfa/include/fwl/fwl.h
|
| +++ b/xfa/include/fwl/fwl.h
|
| @@ -6,8 +6,9 @@
|
|
|
| // TODO(thestig): Remove this file and do IWYU.
|
|
|
| -#ifndef _FWL_H
|
| -#define _FWL_H
|
| +#ifndef XFA_INCLUDE_FWL_FWL_H_
|
| +#define XFA_INCLUDE_FWL_FWL_H_
|
| +
|
| #include "xfa/include/fwl/core/fwl_error.h"
|
| #include "xfa/include/fwl/core/fwl_target.h"
|
| #include "xfa/include/fwl/core/fwl_thread.h"
|
| @@ -72,4 +73,5 @@
|
| #include "xfa/include/fwl/adapter/fwl_adaptertimermgr.h"
|
| #include "xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h"
|
| #include "xfa/include/fwl/adapter/fwl_sdadapterimp.h"
|
| -#endif
|
| +
|
| +#endif // XFA_INCLUDE_FWL_FWL_H_
|
|
|