 Chromium Code Reviews
 Chromium Code Reviews Issue 1707893004:
  Fixup incorrect include guards.  (Closed) 
  Base URL: https://pdfium.googlesource.com/pdfium.git@master
    
  
    Issue 1707893004:
  Fixup incorrect include guards.  (Closed) 
  Base URL: https://pdfium.googlesource.com/pdfium.git@master| Index: xfa/src/fwl/src/basewidget/include/fwl_caretimp.h | 
| diff --git a/xfa/src/fwl/src/basewidget/include/fwl_caretimp.h b/xfa/src/fwl/src/basewidget/include/fwl_caretimp.h | 
| index e26baf36856d85aeca8ca8b9dd702fa00e11f95c..110e52b2839403ac377942bf7610e68c9d0eaf70 100644 | 
| --- a/xfa/src/fwl/src/basewidget/include/fwl_caretimp.h | 
| +++ b/xfa/src/fwl/src/basewidget/include/fwl_caretimp.h | 
| @@ -4,8 +4,8 @@ | 
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com | 
| -#ifndef _FWL_CARET_IMP_H | 
| -#define _FWL_CARET_IMP_H | 
| +#ifndef XFA_SRC_FWL_SRC_BASEWIDGET_INCLUDE_FWL_CARET_IMP_H | 
| 
Tom Sepez
2016/02/18 18:33:11
CARETIMP_H_
 
dsinclair
2016/02/18 19:19:05
Done.
 | 
| +#define XFA_SRC_FWL_SRC_BASEWIDGET_INCLUDE_FWL_CARET_IMP_H | 
| #include "xfa/include/fwl/core/fwl_timer.h" | 
| @@ -64,4 +64,5 @@ class CFWL_CaretImpDelegate : public CFWL_WidgetImpDelegate { | 
| protected: | 
| CFWL_CaretImp* m_pOwner; | 
| }; | 
| -#endif | 
| + | 
| +#endif // XFA_SRC_FWL_SRC_BASEWIDGET_INCLUDE_FWL_CARET_IMP_H |