From 2886a25b68225ad3ad70d417b01108ad1d126488 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 23 Feb 2016 12:09:25 -0800 Subject: Remove more _CAPS names R=thestig@chromium.org Review URL: https://codereview.chromium.org/1726803002 . --- xfa/include/fwl/core/fwl_timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/include/fwl/core/fwl_timer.h') diff --git a/xfa/include/fwl/core/fwl_timer.h b/xfa/include/fwl/core/fwl_timer.h index 27b2a48c5d..b9b4735f22 100644 --- a/xfa/include/fwl/core/fwl_timer.h +++ b/xfa/include/fwl/core/fwl_timer.h @@ -9,7 +9,7 @@ #include "core/include/fxcrt/fx_system.h" -typedef struct _FWL_HTIMER { void* pData; } * FWL_HTIMER; +typedef struct FWL_HTIMER_ { void* pData; } * FWL_HTIMER; class IFWL_Timer { public: -- cgit v1.2.3